[FFmpeg-cvslog] r17573 - trunk/libavcodec/svq3.c
michael
subversion
Tue Feb 24 23:19:02 CET 2009
Author: michael
Date: Tue Feb 24 23:19:02 2009
New Revision: 17573
Log:
1000l for me, wrong pix_fmt.
Modified:
trunk/libavcodec/svq3.c
Modified: trunk/libavcodec/svq3.c
==============================================================================
--- trunk/libavcodec/svq3.c Tue Feb 24 21:23:19 2009 (r17572)
+++ trunk/libavcodec/svq3.c Tue Feb 24 23:19:02 2009 (r17573)
@@ -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},
};
More information about the ffmpeg-cvslog
mailing list