mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
mxf: Fix frame layout values
Reviewed-by: Tomas Härdin <tomas.hardin@codemill.se> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
c90b8a7480
commit
70ca163bc5
+2
-2
@@ -48,10 +48,10 @@ enum MXFMetadataSetType {
|
||||
|
||||
enum MXFFrameLayout {
|
||||
FullFrame = 0,
|
||||
MixedFields,
|
||||
SeparateFields,
|
||||
OneField,
|
||||
MixedFields,
|
||||
SegmentedFrame,
|
||||
SeparateFields
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user