mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
isom: add Radius DV YUV FourCCs
This commit is contained in:
parent
1488c4dc0b
commit
a489db6cde
2 changed files with 4 additions and 0 deletions
|
|
@ -135,6 +135,8 @@ const PixelFormatTag ff_raw_pix_fmt_tags[] = {
|
|||
{ PIX_FMT_GRAY8A, MKTAG('Y', '2', 0 , 8 ) },
|
||||
|
||||
/* quicktime */
|
||||
{ PIX_FMT_YUV420P, MKTAG('R', '4', '2', '0') }, /* Radius DV YUV PAL */
|
||||
{ PIX_FMT_YUV411P, MKTAG('R', '4', '1', '1') }, /* Radius DV YUV NTSC */
|
||||
{ PIX_FMT_UYVY422, MKTAG('2', 'v', 'u', 'y') },
|
||||
{ PIX_FMT_UYVY422, MKTAG('2', 'V', 'u', 'y') },
|
||||
{ PIX_FMT_UYVY422, MKTAG('A', 'V', 'U', 'I') }, /* FIXME merge both fields */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue