mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
mxf: Set AV_FIELD_PROGRESSIVE
Needed for AVC-intra Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
parent
d8e763fda7
commit
d84bd4650b
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user