Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Bouron <matthieu.bouron@smartjog.com>2012-04-13 17:28:52 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-04-19 17:08:13 +0400
commit70ca163bc558b2194fd9e73502bd13073c214ef5 (patch)
tree6e0aafb784ecc5f8035cbffeea967d41f42d6348 /libavformat
parentc90b8a74802f36a0594c4867185e18d3dbd4023b (diff)
mxf: Fix frame layout values
Reviewed-by: Tomas Härdin <tomas.hardin@codemill.se> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/mxf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/mxf.h b/libavformat/mxf.h
index c55b50f224..116be8e1ba 100644
--- a/libavformat/mxf.h
+++ b/libavformat/mxf.h
@@ -48,10 +48,10 @@ enum MXFMetadataSetType {
enum MXFFrameLayout {
FullFrame = 0,
- MixedFields,
+ SeparateFields,
OneField,
+ MixedFields,
SegmentedFrame,
- SeparateFields
};
typedef struct {