On Wed, 8 Jan 2014 03:25:49 +0100, Luca Barbato <[email protected]> wrote: > From: Reimar Döffinger <[email protected]> > > Signed-off-by: Michael Niedermayer <[email protected]> > Signed-off-by: Luca Barbato <[email protected]> > --- > libavformat/mxfdec.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c > index 3652c44..14ac5cb 100644 > --- a/libavformat/mxfdec.c > +++ b/libavformat/mxfdec.c > @@ -1511,6 +1511,7 @@ static int mxf_parse_structural_metadata(MXFContext > *mxf) > "SegmentedFrame layout isn't currently > supported\n"); > break; > case FullFrame: > + st->codec->field_order = AV_FIELD_PROGRESSIVE; > break; > case OneField: > /* Every other line is stored and needs to be > duplicated. */ > -- > 1.8.5.1 >
Fine with me -- Anton Khirnov _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
