On 09/03/14 21:10, Janne Grunau wrote:
> From: Michael Niedermayer <[email protected]>
> 
> Bug-Id: 649
> CC: [email protected]
> ---
>  libavcodec/utvideodec.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavcodec/utvideodec.c b/libavcodec/utvideodec.c
> index 3492595..cad2655 100644
> --- a/libavcodec/utvideodec.c
> +++ b/libavcodec/utvideodec.c
> @@ -70,7 +70,7 @@ static int build_huff(const uint8_t *src, VLC *vlc, int 
> *fsym)
>          code += 0x80000000u >> (he[i].len - 1);
>      }
>  
> -    return ff_init_vlc_sparse(vlc, FFMIN(he[last].len, 9), last + 1,
> +    return ff_init_vlc_sparse(vlc, FFMIN(he[last].len, 10), last + 1,
>                                bits,  sizeof(*bits),  sizeof(*bits),
>                                codes, sizeof(*codes), sizeof(*codes),
>                                syms,  sizeof(*syms),  sizeof(*syms), 0);
> 

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

Reply via email to