From 7e2518ec77b251383f6ea7332e7a3ce2d5760434 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Wed, 19 Mar 2014 18:12:16 +0100 Subject: tweak A/V import logic --- gtk2_ardour/transcode_video_dialog.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gtk2_ardour/transcode_video_dialog.h') diff --git a/gtk2_ardour/transcode_video_dialog.h b/gtk2_ardour/transcode_video_dialog.h index eb2808e560..835b32d82c 100644 --- a/gtk2_ardour/transcode_video_dialog.h +++ b/gtk2_ardour/transcode_video_dialog.h @@ -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 -- cgit v1.2.3