From 70ca163bc558b2194fd9e73502bd13073c214ef5 Mon Sep 17 00:00:00 2001 From: Matthieu Bouron Date: Fri, 13 Apr 2012 15:28:52 +0200 Subject: [PATCH] mxf: Fix frame layout values MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: Tomas Härdin Signed-off-by: Michael Niedermayer --- libavformat/mxf.h | 4 ++-- 1 file 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 {