[FFmpeg-cvslog] r11124 - trunk/libavcodec/rv34vlc.h

Diego Biurrun diego
Mon Dec 3 12:30:53 CET 2007


On Sun, Dec 02, 2007 at 07:24:35AM +0100, kostya wrote:
> 
> Log:
> RV30/40 common VLC tables
> 
> --- (empty file)
> +++ trunk/libavcodec/rv34vlc.h	Sun Dec  2 07:24:34 2007
> @@ -0,0 +1,4054 @@
> +
> +/**
> + * @file rv34vlc.h
> + * RV30/40 VLC tables.

nit: useless period

> +#include <stdint.h>

I think inttypes.h is more portable than stdint.h.  This recently came
up in a discussion on IRC.  Then again, we already use stdint.h all over
the place.  Still, it might be better to settle on one of the headers
where possible.

Diego




More information about the ffmpeg-cvslog mailing list