Commit 191ec558 authored by reynaldo's avatar reynaldo

adds missing rgb/bgr 555 codec->fmt mappings, ok'ed by Michael

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6806 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4cfe75c7
......@@ -52,6 +52,8 @@ const PixelFormatTag pixelFormatTags[] = {
{ PIX_FMT_YUV422, MKTAG('Y', '4', '2', '2') },
{ PIX_FMT_UYVY422, MKTAG('U', 'Y', 'V', '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 */
{ PIX_FMT_UYVY422, MKTAG('2', 'v', 'u', 'y') },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment