mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-02 18:07:47 +00:00
Do not assign codec_tag to pix_fmt in rawdec.c, but in raw.c
Originally committed as revision 21218 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3bfbbef64d
commit
c78dfcdaf4
2 changed files with 1 additions and 2 deletions
|
@ -51,6 +51,7 @@ const PixelFormatTag ff_raw_pixelFormatTags[] = {
|
|||
{ PIX_FMT_UYVY422, MKTAG('U', 'Y', 'N', 'Y') },
|
||||
{ PIX_FMT_UYVY422, MKTAG('u', 'y', 'v', '1') },
|
||||
{ PIX_FMT_UYVY422, MKTAG('2', 'V', 'u', '1') },
|
||||
{ PIX_FMT_UYVY422, MKTAG('A', 'V', 'R', 'n') }, /* Avid AVI Codec 1:1 */
|
||||
{ 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