From b0bef34209dbb8c438dfc3ab7de7d4fc1a5ab13d Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Mon, 19 Oct 2009 18:45:44 +0000 Subject: Add additional long names for the Flash Video decoder and encoder. Originally committed as revision 20317 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/h263dec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/h263dec.c') diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c index 719d9a43b1..224668dea4 100644 --- a/libavcodec/h263dec.c +++ b/libavcodec/h263dec.c @@ -832,6 +832,6 @@ AVCodec flv_decoder = { ff_h263_decode_end, ff_h263_decode_frame, CODEC_CAP_DRAW_HORIZ_BAND | CODEC_CAP_DR1, - .long_name= NULL_IF_CONFIG_SMALL("Flash Video (FLV)"), + .long_name= NULL_IF_CONFIG_SMALL("Flash Video (FLV) / Sorenson Spark / Sorenson H.263"), .pix_fmts= ff_pixfmt_list_420, }; -- cgit v1.2.3