Re: [FFmpeg-devel] [PATCH 5/6] dv: increase reading bits to 10

2014-10-28 Thread Michael Niedermayer
On Tue, Oct 28, 2014 at 10:48:52AM +0100, Christophe Gisquet wrote: > Hi, > > 2014-10-26 23:37 GMT+01:00 Michael Niedermayer : > >> -#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]; > > liba

Re: [FFmpeg-devel] [PATCH 5/6] dv: increase reading bits to 10

2014-10-28 Thread Christophe Gisquet
Hi, 2014-10-26 23:37 GMT+01:00 Michael Niedermayer : >> -#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); So the related assert does n

Re: [FFmpeg-devel] [PATCH 5/6] dv: increase reading bits to 10

2014-10-26 Thread Michael Niedermayer
On Sat, Oct 25, 2014 at 11:19:24AM +, 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/libavcod

[FFmpeg-devel] [PATCH 5/6] dv: increase reading bits to 10

2014-10-25 Thread Christophe Gisquet
>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 T