[FFmpeg-cvslog] r11693 - trunk/libavformat/movenc.c

bcoudurier subversion
Thu Jan 31 14:40:53 CET 2008


Author: bcoudurier
Date: Thu Jan 31 14:40:53 2008
New Revision: 11693

Log:
stupid typo

Modified:
   trunk/libavformat/movenc.c

Modified: trunk/libavformat/movenc.c
==============================================================================
--- trunk/libavformat/movenc.c	(original)
+++ trunk/libavformat/movenc.c	Thu Jan 31 14:40:53 2008
@@ -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',' ') },




More information about the ffmpeg-cvslog mailing list