mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +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:
parent
c90b8a7480
commit
70ca163bc5
@ -48,10 +48,10 @@ enum MXFMetadataSetType {
|
||||
|
||||
enum MXFFrameLayout {
|
||||
FullFrame = 0,
|
||||
MixedFields,
|
||||
SeparateFields,
|
||||
OneField,
|
||||
MixedFields,
|
||||
SegmentedFrame,
|
||||
SeparateFields
|
||||
};
|
||||
|
||||
typedef struct {
|
||||
|
Loading…
Reference in New Issue
Block a user