mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 06:06:25 +01:00
[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:
parent
90d6b7e500
commit
c7e36d2b92
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue