summaryrefslogtreecommitdiff
path: root/libavcodec/h263dec.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-10-19 18:45:44 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-10-19 18:45:44 +0000
commitb0bef34209dbb8c438dfc3ab7de7d4fc1a5ab13d (patch)
tree22b76d5d06485fc6f83bfd9409259dff06973efd /libavcodec/h263dec.c
parent2917367cace6aea82612afa4ac60aa260b6b3b91 (diff)
Add additional long names for the Flash Video decoder and encoder.
Originally committed as revision 20317 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h263dec.c')
-rw-r--r--libavcodec/h263dec.c2
1 files changed, 1 insertions, 1 deletions
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,
};