[FFmpeg-devel] [PATCH] mxf: micro patch - mxf parsing

Alex Zhukov zhukov.alex at gmail.com
Fri Mar 16 19:47:59 CET 2012


I thought this fix was not worth creating the full on patch
make fate fails on adpcm_ima_qt for me so did not test

diff --git a/libavformat/mxfdec.c b/libavformat/mxfdec.c
index 3d99ea7..e2eea95 100644
--- a/libavformat/mxfdec.c
+++ b/libavformat/mxfdec.c
@@ -1877,6 +1877,7 @@ static int mxf_read_header(AVFormatContext *s)
             /* next partition pack - keep going, seek to previous
partition or stop */
             if(mxf_parse_handle_partition_or_eof(mxf) <= 0)
                 break;
+            continue;
         }


More information about the ffmpeg-devel mailing list