add mixbus profile which removes the tearoffs
[ardour.git] / gtk2_ardour / transcode_video_dialog.h
index 981079b3a84b615afbeced04a534bbc68755749a..835b32d82c5da8c74f779e0a090ed7ce13eb2484 100644 (file)
@@ -17,8 +17,6 @@
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
 */
-#ifdef WITH_VIDEOTIMELINE
-
 #ifndef __gtk_ardour_transcode_video_dialog_h__
 #define __gtk_ardour_transcode_video_dialog_h__
 
@@ -33,9 +31,9 @@
 #include "transcode_ffmpeg.h"
 
 enum VtlTranscodeOption {
- VTL_IMPORT_NO_VIDEO = 0,
- VTL_IMPORT_REFERENCE = 1,
- VTL_IMPORT_TRANSCODED = 2
+ VTL_IMPORT_REFERENCE = 0,
+ VTL_IMPORT_TRANSCODED = 1,
+ VTL_IMPORT_NO_VIDEO = 2
 };
 
 /** @class TranscodeVideoDialog
@@ -106,5 +104,3 @@ class TranscodeVideoDialog : public ArdourDialog , public PBD::ScopedConnectionL
 };
 
 #endif /* __gtk_ardour_transcode_video_dialog_h__ */
-
-#endif /* WITH_VIDEOTIMELINE */