add mixbus profile which removes the tearoffs
[ardour.git] / gtk2_ardour / transcode_video_dialog.h
index eb2808e560a6d2d27ac151f0a380bde19a1b0bf3..835b32d82c5da8c74f779e0a090ed7ce13eb2484 100644 (file)
@@ -31,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