[MPlayer-dev-eng] [PATCH] libmpdemux/demux_audio: Skip ID3v2.4 tags.
Ingo Brückl
ib at wupperonline.de
Mon Jan 16 23:05:55 CET 2012
Reimar Döffinger wrote on Mon, 16 Jan 2012 20:44:06 +0100:
> I don't see any point to use "unsigned char" ever, at best it
> is a needlessly verbose way to do the same as uint8_t.
No offense, but if a variable is declared char and I need it unsigned, I'll
cast it unsigned char, even if uint8_t happens to be the same. If the focus
is on "8 bit", it should have been declared int8_t. I'm probably a nit-picker.
Ingo
More information about the MPlayer-dev-eng
mailing list