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

Wasserman Anatoliy anatoliy.wasserman at yandex.ua
Mon Mar 19 04:48:56 CET 2012


I just tested this fix on my test data. It fixes the problem.

Thanks Alex!

Anatoliy

16.03.2012, 11:47, "Alex Zhukov" <zhukov.alex at gmail.com>:
> 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;
>          }
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-devel


More information about the ffmpeg-devel mailing list