[NUT-devel] [nut]: r673 - docs/nut4cc.txt

michael subversion at mplayerhq.hu
Sat Mar 26 11:51:44 CET 2011


Author: michael
Date: Sat Mar 26 11:51:43 2011
New Revision: 673

Log:
add BGR48 fourccs
Patch by Peter Ross

Modified:
   docs/nut4cc.txt

Modified: docs/nut4cc.txt
==============================================================================
--- docs/nut4cc.txt	Sat Jun  5 19:10:38 2010	(r672)
+++ docs/nut4cc.txt	Sat Mar 26 11:51:43 2011	(r673)
@@ -96,6 +96,8 @@ ABGR    Packed RGBA 8:8:8:8, 32bpp, ABGR
 ARGB    Packed RGBA 8:8:8:8, 32bpp, ARGB [NOT in AVI]
 RGB[24] Packed RGB 8:8:8, 24bpp RGB [NOT in AVI]
 BGR[24] Packed RGB 8:8:8, 24bpp BGR [NOT in AVI]
+BGR[48] Packed RGB 16:16:16, 48bpp, 16B, 16G, 16R, the 2-byte value for each R/G/B component is stored as little-endian [NOT in AVI]
+[48]BGR Packed RGB 16:16:16, 48bpp, 16B, 16G, 16R, the 2-byte value for each R/G/B component is stored as big-endian    [NOT in AVI]
 B1W0    black/white bitstream, 1bpp, 0 is white, 1 is black, in each byte pixels are ordered from the msb to the lsb [NOT in AVI]
 B0W1    black/white bitstream, 1bpp, 1 is white, 0 is black, in each byte pixels are ordered from the msb to the lsb [NOT in AVI]
 BGR[4]  Packed BGR 1:2:1 bitstream,  4bpp, (msb)1B 2G 1R(lsb), a byte contains two pixels, the first pixel in the byte is the one composed by the 4 msb bits [NOT in AVI]


More information about the NUT-devel mailing list