fix messed up cut/paste in thirdparty/Makefile / last checkin
[goodguy/history.git] / cinelerra-5.1 / cinelerra / dvdcreate.h
index aea3efa6944b132e6201f1f48271ad0aba61a104..8e267e8251c3a608a9e518e5fd444215cab0244a 100644 (file)
@@ -9,6 +9,7 @@
 #include "bclistboxitem.inc"
 #include "bcmenuitem.h"
 #include "bctextbox.h"
+#include "browsebutton.h"
 #include "mwindow.h"
 
 #include "dvdcreate.inc"
@@ -60,6 +61,7 @@ public:
        int dvd_samplerate;
        int dvd_max_bitrate;
        double dvd_kaudio_rate;
+       int max_w, max_h;
 };
 
 class CreateDVD_OK : public BC_OKButton
@@ -216,6 +218,7 @@ public:
        CreateDVD_AssetTitle *asset_title;
        int tmp_x, tmp_y;
        CreateDVD_TmpPath *tmp_path;
+       BrowseButton *btmp_path;
        CreateDVD_DiskSpace *disk_space;
        CreateDVD_Format *standard;
        ArrayList<BC_ListBoxItem *> media_sizes;