Commit 46263c58 authored by michael's avatar michael

1000l for me, wrong pix_fmt.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@17573 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7c744b83
......@@ -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},
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment