[P4/git history rebuild] changes caused by missing Ardour commits related to video transcoding. These will need to be reinstated in some future mega merge

This commit is contained in:
Valeriy Kamyshniy 2014-05-27 21:47:23 -04:00 committed by Paul Davis
parent 90d6b7e500
commit c7e36d2b92

View file

@ -31,9 +31,9 @@
#include "transcode_ffmpeg.h"
enum VtlTranscodeOption {
VTL_IMPORT_REFERENCE = 0,
VTL_IMPORT_TRANSCODED = 1,
VTL_IMPORT_NO_VIDEO = 2
VTL_IMPORT_NO_VIDEO = 0,
VTL_IMPORT_REFERENCE = 1,
VTL_IMPORT_TRANSCODED = 2
};
/** @class TranscodeVideoDialog