Credit Andrew - add sample aspect ratio for ffmpeg stream except in some cases; add...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / new.C
index a9f4aaf235a3efcb97b3ee8c68730b6375828873..b722d0ea7b7e865a80c537c8e2e80464c478b223 100644 (file)
@@ -2,6 +2,7 @@
 /*
  * CINELERRA
  * Copyright (C) 2008 Adam Williams <broadcast at earthling dot net>
+ * Copyright (C) 2003-2016 Cinelerra CV contributors
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -60,7 +61,7 @@
 // add tracks dialog
 #define HEIGHT1 yS(240)
 // offset for folder panel
-#define HEIGHT2 yS(440)
+#define HEIGHT2 yS(435)
 
 New::New(MWindow *mwindow)
 {
@@ -307,6 +308,8 @@ NewWindow::NewWindow(MWindow *mwindow, NewThread *new_thread, int x, int y)
        folder = 0;
        name = 0;
        recent_folder = 0;
+// *** CONTEXT_HELP ***
+       context_help_set_keyword("Project and Media Attributes");
 }
 
 NewWindow::~NewWindow()
@@ -712,6 +715,8 @@ FrameRatePulldown::FrameRatePulldown(MWindow *mwindow,
 {
        this->mwindow = mwindow;
        this->output = output;
+// *** CONTEXT_HELP ***
+       context_help_set_keyword("Video In section");
 }
 int FrameRatePulldown::handle_event()
 {