On Sat, Oct 25, 2014 at 11:19:24AM +0000, Christophe Gisquet wrote:
> From 356 to 348 cycles.
> ---
>  libavcodec/dv.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavcodec/dv.h b/libavcodec/dv.h
> index 8a54cfe..3065806 100644
> --- a/libavcodec/dv.h
> +++ b/libavcodec/dv.h
> @@ -90,7 +90,7 @@ enum dv_pack_type {
>   */
>  #define DV_MAX_BPM 8
>  
> -#define TEX_VLC_BITS 9
> +#define TEX_VLC_BITS 10

this probably needs an update to these:

libavcodec/dv.c:RL_VLC_ELEM ff_dv_rl_vlc[1184];
libavcodec/dv.c:        av_assert1(dv_vlc.table_size == 1184);

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

No snowflake in an avalanche ever feels responsible. -- Voltaire

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to