[FFmpeg-cvslog] mxfdec: Set AV_FIELD_PROGRESSIVE, needed for AVC-intra

Reimar Döffinger git at videolan.org
Thu Jan 3 21:49:41 CET 2013


ffmpeg | branch: master | Reimar Döffinger <Reimar.Doeffinger at gmx.de> | Thu Jan  3 21:42:35 2013 +0100| [def01739c1365a5650b4222d59124132cee4f4fe] | committer: Michael Niedermayer

mxfdec: Set AV_FIELD_PROGRESSIVE, needed for AVC-intra

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=def01739c1365a5650b4222d59124132cee4f4fe
---

 libavformat/mxfdec.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c
index e45d99f..ce97836 100644
--- a/libavformat/mxfdec.c
+++ b/libavformat/mxfdec.c
@@ -1524,6 +1524,7 @@ static int mxf_parse_structural_metadata(MXFContext *mxf)
                     av_log(mxf->fc, AV_LOG_INFO, "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. */



More information about the ffmpeg-cvslog mailing list