[FFmpeg-devel] [PATCH] vble optimizations and simplifications

Derek Buitenhuis derek.buitenhuis at gmail.com
Sat Nov 12 02:44:14 CET 2011


On 11/11/2011 8:18 PM, Michael Niedermayer wrote:
> +    /* Check we have enough bits left */
> +    if(get_bits_left(gb)<  allbits)
> +        return -1;
> +

I also forgot to mention. A space after the if please.

- Derek


More information about the ffmpeg-devel mailing list