Commit 0d353616 authored by bcoudurier's avatar bcoudurier

stupid typo

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11693 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent cf392115
......@@ -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',' ') },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment