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

Michael Niedermayer michaelni at gmx.at
Tue Oct 28 12:40:23 CET 2014


On Tue, Oct 28, 2014 at 10:48:52AM +0100, Christophe Gisquet wrote:
> Hi,
> 
> 2014-10-26 23:37 GMT+01:00 Michael Niedermayer <michaelni at gmx.at>:
> >> -#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 not trigger here, because it is not
> compiled in. Strangely I had no fate failures. Probably the tests do
> not exercise some of the vlcs.
> 
> Here's an updated patch.
> 
> -- 
> Christophe

>  dv.c |    4 ++--
>  dv.h |    4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)
> e9afa3df912ef45e88f6936143b2bb2f413fe8bb  0001-dv-increase-VLC-reading-bits-to-10.patch
> From 8d1905d01f2974559780a6b3aac3ecd6945f7897 Mon Sep 17 00:00:00 2001
> From: Christophe Gisquet <christophe.gisquet at gmail.com>
> Date: Tue, 14 Oct 2014 02:02:36 +0200
> Subject: [PATCH 1/2] dv: increase VLC reading bits to 10
> 
> This also requires a bump in the table size of bit patterns to 1664.
> From 356 to 348 cycles.

applied

thanks

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

No great genius has ever existed without some touch of madness. -- Aristotle
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20141028/da0bb573/attachment.asc>


More information about the ffmpeg-devel mailing list