1000l for me, wrong pix_fmt.
authorMichael Niedermayer <michaelni@gmx.at>
Tue, 24 Feb 2009 22:19:02 +0000 (22:19 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Tue, 24 Feb 2009 22:19:02 +0000 (22:19 +0000)
Originally committed as revision 17573 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/svq3.c

index e21e542..6dc37ab 100644 (file)
@@ -1050,5 +1050,5 @@ AVCodec svq3_decoder = {
     svq3_decode_frame,
     CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1 | CODEC_CAP_DELAY,
     .long_name = NULL_IF_CONFIG_SMALL("Sorenson Vector Quantizer 3"),
-    .pix_fmts= (enum PixelFormat[]){PIX_FMT_YUV410P, PIX_FMT_NONE},
+    .pix_fmts= (enum PixelFormat[]){PIX_FMT_YUVJ420P, PIX_FMT_NONE},
 };