You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
adds missing rgb/bgr 555 codec->fmt mappings, ok'ed by Michael
Originally committed as revision 6806 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -52,6 +52,8 @@ const PixelFormatTag pixelFormatTags[] = {
|
|||||||
{ PIX_FMT_YUV422, MKTAG('Y', '4', '2', '2') },
|
{ PIX_FMT_YUV422, MKTAG('Y', '4', '2', '2') },
|
||||||
{ PIX_FMT_UYVY422, MKTAG('U', 'Y', 'V', 'Y') },
|
{ PIX_FMT_UYVY422, MKTAG('U', 'Y', 'V', 'Y') },
|
||||||
{ PIX_FMT_GRAY8, MKTAG('G', 'R', 'E', 'Y') },
|
{ PIX_FMT_GRAY8, MKTAG('G', 'R', 'E', 'Y') },
|
||||||
|
{ PIX_FMT_RGB555, MKTAG('R', 'G', 'B', 15) },
|
||||||
|
{ PIX_FMT_BGR555, MKTAG('B', 'G', 'R', 15) },
|
||||||
|
|
||||||
/* quicktime */
|
/* quicktime */
|
||||||
{ PIX_FMT_UYVY422, MKTAG('2', 'v', 'u', 'y') },
|
{ PIX_FMT_UYVY422, MKTAG('2', 'v', 'u', 'y') },
|
||||||
|
Reference in New Issue
Block a user