comparison pixfmt.h @ 898:9087f43dbcd2 libavutil

Add PIX_FMT_Y400A, 8bit gray, 8bit alpha
author andoma
date Wed, 14 Apr 2010 20:15:19 +0000
parents c88d7a5ffa24
children 0795a743bda1
comparison
equal deleted inserted replaced
897:37d97bd9f84d 898:9087f43dbcd2
130 130
131 PIX_FMT_RGB444BE, ///< packed RGB 4:4:4, 16bpp, (msb)4A 4R 4G 4B(lsb), big-endian, most significant bits to 0 131 PIX_FMT_RGB444BE, ///< packed RGB 4:4:4, 16bpp, (msb)4A 4R 4G 4B(lsb), big-endian, most significant bits to 0
132 PIX_FMT_RGB444LE, ///< packed RGB 4:4:4, 16bpp, (msb)4A 4R 4G 4B(lsb), little-endian, most significant bits to 0 132 PIX_FMT_RGB444LE, ///< packed RGB 4:4:4, 16bpp, (msb)4A 4R 4G 4B(lsb), little-endian, most significant bits to 0
133 PIX_FMT_BGR444BE, ///< packed BGR 4:4:4, 16bpp, (msb)4A 4B 4G 4R(lsb), big-endian, most significant bits to 1 133 PIX_FMT_BGR444BE, ///< packed BGR 4:4:4, 16bpp, (msb)4A 4B 4G 4R(lsb), big-endian, most significant bits to 1
134 PIX_FMT_BGR444LE, ///< packed BGR 4:4:4, 16bpp, (msb)4A 4B 4G 4R(lsb), little-endian, most significant bits to 1 134 PIX_FMT_BGR444LE, ///< packed BGR 4:4:4, 16bpp, (msb)4A 4B 4G 4R(lsb), little-endian, most significant bits to 1
135 PIX_FMT_Y400A, ///< 8bit gray, 8bit alpha
135 PIX_FMT_NB, ///< number of pixel formats, DO NOT USE THIS if you want to link with shared libav* because the number of formats might differ between versions 136 PIX_FMT_NB, ///< number of pixel formats, DO NOT USE THIS if you want to link with shared libav* because the number of formats might differ between versions
136 }; 137 };
137 138
138 #if AV_HAVE_BIGENDIAN 139 #if AV_HAVE_BIGENDIAN
139 # define PIX_FMT_NE(be, le) PIX_FMT_##be 140 # define PIX_FMT_NE(be, le) PIX_FMT_##be