Hi,

On Fri, Sep 9, 2011 at 1:28 PM, Alex Converse <[email protected]> wrote:
> ---
>  libavcodec/indeo2.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/libavcodec/indeo2.c b/libavcodec/indeo2.c
> index d059988..591c1ce 100644
> --- a/libavcodec/indeo2.c
> +++ b/libavcodec/indeo2.c
> @@ -165,7 +165,7 @@ static int ir2_decode_frame(AVCodecContext *avctx,
>  #endif
>     start = 48; /* hardcoded for now */
>
> -    init_get_bits(&s->gb, buf + start, buf_size - start);
> +    init_get_bits(&s->gb, buf + start, (buf_size - start) * 8);

LGTM.

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

Reply via email to