[Ffmpeg-cvslog] r6305 - trunk/libavcodec/wmv2.c

michael subversion
Thu Sep 21 03:08:06 CEST 2006


Author: michael
Date: Thu Sep 21 03:08:05 2006
New Revision: 6305

Modified:
   trunk/libavcodec/wmv2.c

Log:
1000l copy and paste typo


Modified: trunk/libavcodec/wmv2.c
==============================================================================
--- trunk/libavcodec/wmv2.c	(original)
+++ trunk/libavcodec/wmv2.c	Thu Sep 21 03:08:05 2006
@@ -848,6 +848,6 @@
     wmv2_encode_init,
     MPV_encode_picture,
     MPV_encode_end,
-    .pix_fmts= (enum PixelFormat[]){PIX_FMT_YUVJ420P, -1},
+    .pix_fmts= (enum PixelFormat[]){PIX_FMT_YUV420P, -1},
 };
 #endif




More information about the ffmpeg-cvslog mailing list