Commit 70ca163b authored by Matthieu Bouron's avatar Matthieu Bouron Committed by Michael Niedermayer

mxf: Fix frame layout values

Reviewed-by: 's avatarTomas Härdin <tomas.hardin@codemill.se>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent c90b8a74
......@@ -48,10 +48,10 @@ enum MXFMetadataSetType {
enum MXFFrameLayout {
FullFrame = 0,
MixedFields,
SeparateFields,
OneField,
MixedFields,
SegmentedFrame,
SeparateFields
};
typedef struct {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment