diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2009-02-24 22:19:02 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2009-02-24 22:19:02 +0000 |
commit | 4d8f8301254c7734182acd129c7e232e53bbca08 (patch) | |
tree | 412d0915a54aee287d839cf2fa026b34ba2b3c19 /libavcodec/svq3.c | |
parent | edbd72acea0a7766f5a788ff689ef92c91674dee (diff) | |
download | ffmpeg-4d8f8301254c7734182acd129c7e232e53bbca08.tar.gz |
1000l for me, wrong pix_fmt.
Originally committed as revision 17573 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/svq3.c')
-rw-r--r-- | libavcodec/svq3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c index e21e5422ab..6dc37abb71 100644 --- a/libavcodec/svq3.c +++ b/libavcodec/svq3.c @@ -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}, }; |