[FFmpeg-devel] [Ffmpeg-devel] [PATCH] Vorbis I floor type 0 support
Uoti Urpala
uoti.urpala
Sun Mar 16 21:45:18 CET 2008
On Sun, 2008-03-16 at 05:44 +0200, Uoti Urpala wrote:
> The current code has:
>
> floor_setup->data.t0.amplitude_bits=get_bits(gb, 6);
>
> and later
>
> uint_fast32_t amplitude;
>
> amplitude=get_bits(&vc->gb, vf->amplitude_bits);
Also this get_bits() call is illegal even for sizes that fit in int, the
alt bitstream reader get_bits has a limit of 25 bits.
More information about the ffmpeg-devel
mailing list