
20 May
2010
20 May
'10
10:19 p.m.
Hi all, this follows a thread from ffmpeg-devel: http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/109054/focus=109394 I proposed these names: B4BY (bgr4_byte) Packed BGR 1:2:1, 8bpp, (msb)1B 2G 1R(lsb) R4BY (rgb4_byte) Packed RGB 1:2:1, 8bpp, (msb)1R 2G 1B(lsb) Other idea: bgr4_byte => B[1][2][1] rgb4_byte => R[1][2][1] Note that I'm very satisfied with these names, maybe someone can find a better scheme. What do you think? Regards.