diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c index 0dd3f75bd5..7126bed5e9 100644 --- a/libavformat/mxfdec.c +++ b/libavformat/mxfdec.c @@ -1484,6 +1484,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. */