Browse Source

Remove non-existing fourcc " Y8".

This reverts a line of r1842.
tags/n0.9
Carl Eugen Hoyos 14 years ago
parent
commit
318fd9dac2
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/raw.c

+ 0
- 1
libavcodec/raw.c View File

@@ -45,7 +45,6 @@ const PixelFormatTag ff_raw_pix_fmt_tags[] = {
{ PIX_FMT_YUVJ422P, MKTAG('Y', '4', '2', 'B') },
{ PIX_FMT_YUVJ422P, MKTAG('P', '4', '2', '2') },
{ PIX_FMT_GRAY8, MKTAG('Y', '8', '0', '0') },
{ PIX_FMT_GRAY8, MKTAG(' ', ' ', 'Y', '8') },
{ PIX_FMT_GRAY8, MKTAG('Y', '8', ' ', ' ') },

{ PIX_FMT_YUYV422, MKTAG('Y', 'U', 'Y', '2') }, /* Packed formats */


Loading…
Cancel
Save