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
@@ -48,10 +48,10 @@ enum MXFMetadataSetType {
|
|||||||
|
|
||||||
enum MXFFrameLayout {
|
enum MXFFrameLayout {
|
||||||
FullFrame = 0,
|
FullFrame = 0,
|
||||||
MixedFields,
|
SeparateFields,
|
||||||
OneField,
|
OneField,
|
||||||
|
MixedFields,
|
||||||
SegmentedFrame,
|
SegmentedFrame,
|
||||||
SeparateFields
|
|
||||||
};
|
};
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
Reference in New Issue
Block a user