Hi,

On Thu, Jun 2, 2011 at 10:48 PM, Anton Khirnov <[email protected]> wrote:
> ---
>  libavformat/rawdec.c |    1 -
>  1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/libavformat/rawdec.c b/libavformat/rawdec.c
> index 4f974d7..87583e1 100644
> --- a/libavformat/rawdec.c
> +++ b/libavformat/rawdec.c
> @@ -97,7 +97,6 @@ int ff_raw_read_header(AVFormatContext *s, 
> AVFormatParameters *ap)
>             st->codec->width  = width;
>             st->codec->height = height;
>             st->codec->pix_fmt = pix_fmt;
> -            break;
>  fail:
>             av_freep(&s1->video_size);
>             av_freep(&s1->pixel_format);

OK.

Ronald
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to