OSDN Git Service

1000l copy and paste typo
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 21 Sep 2006 01:08:05 +0000 (01:08 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 21 Sep 2006 01:08:05 +0000 (01:08 +0000)
Originally committed as revision 6305 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/wmv2.c

index b10cce6..7c79ee3 100644 (file)
@@ -848,6 +848,6 @@ AVCodec wmv2_encoder = {
     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