On Wed, Nov 09, 2011 at 05:33:00PM -0500, Justin Ruggles wrote:
> ---
>  libavcodec/vorbisdec.c |    3 ---
>  1 files changed, 0 insertions(+), 3 deletions(-)
> 
> diff --git a/libavcodec/vorbisdec.c b/libavcodec/vorbisdec.c
> index 8c6f91e..e79feb9 100644
> --- a/libavcodec/vorbisdec.c
> +++ b/libavcodec/vorbisdec.c
> @@ -1622,9 +1622,6 @@ static int vorbis_decode_frame(AVCodecContext 
> *avccontext,
>      const float *channel_ptrs[255];
>      int i, len, out_size;
>  
> -    if (!buf_size)
> -        return 0;
> -
>      av_dlog(NULL, "packet length %d \n", buf_size);
>  
>      init_get_bits(gb, buf, buf_size*8);
> -- 

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

Reply via email to