mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-01 01:17:47 +00:00
HDYC fourcc, sample hdyc/Test2.avi
Originally committed as revision 10541 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3ae3b72123
commit
32bbb99d0a
2 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,7 @@ const PixelFormatTag ff_raw_pixelFormatTags[] = {
|
|||
{ PIX_FMT_YUYV422, MKTAG('Y', 'U', 'Y', '2') }, /* Packed formats */
|
||||
{ PIX_FMT_YUYV422, MKTAG('Y', '4', '2', '2') },
|
||||
{ PIX_FMT_UYVY422, MKTAG('U', 'Y', 'V', 'Y') },
|
||||
{ PIX_FMT_UYVY422, MKTAG('H', 'D', 'Y', 'C') },
|
||||
{ PIX_FMT_GRAY8, MKTAG('G', 'R', 'E', 'Y') },
|
||||
{ PIX_FMT_RGB555, MKTAG('R', 'G', 'B', 15) },
|
||||
{ PIX_FMT_BGR555, MKTAG('B', 'G', 'R', 15) },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue