On Tue, Jul 10, 2012 at 05:16:06AM +0200, Luca Barbato wrote:
> 
> --- a/libavformat/mxfdec.c
> +++ b/libavformat/mxfdec.c
> @@ -1873,6 +1873,9 @@ 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;
> +            else if (mxf->parsing_backward)
> +                continue;
> +            /* we're still parsing forward. proceed to parsing this 
> partition pack */
>          }

The comment looks misplaced after the code.

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to