From fa7343eaf2cd954d224f7b861b006fbbf6f6cdd4 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Thu, 31 Jan 2008 13:40:53 +0000 Subject: [PATCH] stupid typo Originally committed as revision 11693 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/movenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/movenc.c b/libavformat/movenc.c index 75ef38fb75..ce71419ad2 100644 --- a/libavformat/movenc.c +++ b/libavformat/movenc.c @@ -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',' ') },