[FFmpeg-devel] [PATCH] Escape 124 (RPL) decoder rev2
Eli Friedman
eli.friedman
Sat Mar 29 00:57:42 CET 2008
On Fri, Mar 28, 2008 at 4:11 PM, Michael Niedermayer <michaelni at gmx.at> wrote:
> [...]
> > +static CodeBook* unpack_codebook(GetBitContext* gb, uint32_t depth,
> > + uint32_t length, uint32_t alloc_length) {
> > + uint32_t i, j;
>
> These dont need to be exactly 32 bit, so unsigned (int) seems more appropriate.
They need to be more than 16 bits, so unsigned isn't appropriate.
-Eli
More information about the ffmpeg-devel
mailing list