[MPlayer-cvslog] r33217 - trunk/gui/util/bitmap.c

Reimar Döffinger Reimar.Doeffinger at gmx.de
Wed Apr 6 19:10:36 CEST 2011


On Wed, Apr 06, 2011 at 04:18:12PM +0200, Ingo Brückl wrote:
> Clément Boesch wrote on Wed, 6 Apr 2011 09:12:57 +0200:
>   static const unsigned char ext[2][4] = { "png", "PNG" };
> 
> should express what is meant and be ok?

Yes. Though the "unsigned" is pointless and the "2"
is not necessary, the compiler can figure it out on
its own (unfortunately the 4 is required).


More information about the MPlayer-cvslog mailing list