Add UYVY support to libavcodec/raw.c patch by ("Todd.Kirby" <doubleshot at pacbell dot net>)

Originally committed as revision 3346 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Todd Kirby 21 years ago committed by Michael Niedermayer
parent c5c97a8d13
commit 3dc10d4742
  1. 2
      libavcodec/raw.c

@ -47,7 +47,7 @@ const PixelFormatTag pixelFormatTags[] = {
{ PIX_FMT_YUV422, MKTAG('Y', '4', '2', '2') }, /* Packed formats */
{ PIX_FMT_YUV422, MKTAG('U', 'Y', 'V', 'Y') },
{ PIX_FMT_UYVY422, MKTAG('U', 'Y', 'V', 'Y') },
{ PIX_FMT_GRAY8, MKTAG('G', 'R', 'E', 'Y') },
{ -1, 0 },

Loading…
Cancel
Save