Commit 2623dfbd authored by stefano's avatar stefano

Add additional long names for the Sorenson Vector Quantizer 3 decoder.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20316 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4b3b1085
......@@ -1066,6 +1066,6 @@ AVCodec svq3_decoder = {
decode_end,
svq3_decode_frame,
CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1 | CODEC_CAP_DELAY,
.long_name = NULL_IF_CONFIG_SMALL("Sorenson Vector Quantizer 3"),
.long_name = NULL_IF_CONFIG_SMALL("Sorenson Vector Quantizer 3 / Sorenson Video 3 / SVQ3"),
.pix_fmts= (const 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