[FFmpeg-devel] [PATCH 1/4] targa: use named constants for flag values

Bobby Bingham uhmmmm at gmail.com
Tue Oct 9 01:04:38 CEST 2012


On Mon, Oct 08, 2012 at 07:49:48AM +0200, Clément Bœsch wrote:
> > +enum TargaFlags {
> > +	TGA_RIGHTTOLEFT = 0x10, // right-to-left (flipped horizontally)
> > +	TGA_TOPTOBOTTOM = 0x20, // top-to-bottom (NOT flipped vertically)
>
> You have tabs here, which won't pass push
>
> > +}
> > +
>
> Does this compile without ';'?
>

Both issues fixed locally.

--
Bobby Bingham
このメールは再利用されたバイトでできている。


More information about the ffmpeg-devel mailing list