git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
mxf: Set AV_FIELD_PROGRESSIVE
[ffmpeg.git]
/
libavformat
/
mxfdec.c
diff --git
a/libavformat/mxfdec.c
b/libavformat/mxfdec.c
index
0dd3f75
..
7126bed
100644
(file)
--- 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. */