fix messed up cut/paste in thirdparty/Makefile / last checkin
[goodguy/history.git] / cinelerra-5.1 / cinelerra / bdcreate.h
index 289c30264b962ed6872ed3d76df3f625a4ada502..f13bee747f6c4ece8b19394c34b0c3c2a36eeb6a 100644 (file)
@@ -9,6 +9,7 @@
 #include "bclistboxitem.inc"
 #include "bcmenuitem.h"
 #include "bctextbox.h"
+#include "browsebutton.h"
 #include "mwindow.h"
 
 #include "bdcreate.inc"
@@ -61,6 +62,7 @@ public:
        int bd_samplerate;
        int bd_max_bitrate;
        double bd_kaudio_rate;
+       int max_w, max_h;
 };
 
 class CreateBD_OK : public BC_OKButton
@@ -208,6 +210,7 @@ public:
        CreateBD_AssetTitle *asset_title;
        int tmp_x, tmp_y;
        CreateBD_TmpPath *tmp_path;
+       BrowseButton *btmp_path;
        CreateBD_DiskSpace *disk_space;
        CreateBD_Format *standard;
        ArrayList<BC_ListBoxItem *> media_sizes;