Browse Source

stupid typo

Originally committed as revision 11693 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Baptiste Coudurier 18 years ago
parent
commit
fa7343eaf2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/movenc.c

+ 1
- 1
libavformat/movenc.c View File

@@ -485,7 +485,7 @@ static const AVCodecTag codec_3gp_tags[] = {

static const AVCodecTag mov_pix_fmt_tags[] = {
{ PIX_FMT_YUYV422, MKTAG('y','u','v','s') },
{ PIX_FMT_YUYV422, MKTAG('2','v','u','y') },
{ PIX_FMT_UYVY422, MKTAG('2','v','u','y') },
{ PIX_FMT_BGR555, MKTAG('r','a','w',' ') },
{ PIX_FMT_RGB24, MKTAG('r','a','w',' ') },
{ PIX_FMT_BGR32_1, MKTAG('r','a','w',' ') },


Loading…
Cancel
Save