[FFmpeg-devel] [PATCH] 8088flex TMV demuxer and decoder

Diego Biurrun diego
Wed Apr 22 16:55:08 CEST 2009


On Wed, Apr 22, 2009 at 09:42:29AM -0500, Daniel Verkamp wrote:
> On Wed, Apr 22, 2009 at 12:46 AM, Diego Biurrun <diego at biurrun.de> wrote:
> > On Wed, Apr 22, 2009 at 12:37:14AM -0500, Daniel Verkamp wrote:
> >>
> >> This is a demuxer and decoder for the TMV file format from 8088flex,
> >> the updated version of the 8088 Corruption player. ?See
> >> http://www.oldskool.org/pc/8088_Corruption for samples.
> >>
> >> --- /dev/null
> >> +++ b/libavcodec/cga_data.h
> >
> > multiple inclusion guards
> >
> 
> Added.
> 
> --- /dev/null
> +++ b/libavcodec/cga_data.h
> @@ -0,0 +1,27 @@
> +
> +#ifndef AVCODEC_CGA_DATA_H
> +#define AVCODEC_CGA_DATA_H
> +
> +extern const uint8_t ff_cga_font[2048];
> +extern const uint32_t ff_cga_palette[16];
> +
> +#endif

nit: Please add a #endif comment.  But don't bother sending another
patch for this, wait for more comments first.

Diego



More information about the ffmpeg-devel mailing list