Browse Source

mxf: Set AV_FIELD_PROGRESSIVE

Needed for AVC-intra

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
tags/n2.2-rc1
Reimar Döffinger Luca Barbato 12 years ago
parent
commit
d84bd4650b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/mxfdec.c

+ 1
- 0
libavformat/mxfdec.c View File

@@ -1484,6 +1484,7 @@ static int mxf_parse_structural_metadata(MXFContext *mxf)
"SegmentedFrame layout isn't currently supported\n"); "SegmentedFrame layout isn't currently supported\n");
break; break;
case FullFrame: case FullFrame:
st->codec->field_order = AV_FIELD_PROGRESSIVE;
break; break;
case OneField: case OneField:
/* Every other line is stored and needs to be duplicated. */ /* Every other line is stored and needs to be duplicated. */


Loading…
Cancel
Save