changeset 3741:b5436ea83910 libavcodec

1000l copy and paste typo
author michael
date Thu, 21 Sep 2006 01:08:05 +0000
parents 0082fb8c77b6
children 9a6bbda8cf7e
files wmv2.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/wmv2.c	Wed Sep 20 21:17:37 2006 +0000
+++ b/wmv2.c	Thu Sep 21 01:08:05 2006 +0000
@@ -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