summaryrefslogtreecommitdiff
path: root/libavcodec/sp5xdec.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2008-04-27 10:52:44 +0000
committerDiego Biurrun <diego@biurrun.de>2008-04-27 10:52:44 +0000
commitd5202e4fda3d6e3d63e032328b7626f779572e76 (patch)
tree5b63a4855c3857ac1981c79c884d791693fb8509 /libavcodec/sp5xdec.c
parent3ddf7fe945c9942ee7290b4055778932ad5216ea (diff)
Add long names to many AVCodec declarations.
patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13005 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/sp5xdec.c')
-rw-r--r--libavcodec/sp5xdec.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/libavcodec/sp5xdec.c b/libavcodec/sp5xdec.c
index 25d224889c..0e4df9552e 100644
--- a/libavcodec/sp5xdec.c
+++ b/libavcodec/sp5xdec.c
@@ -198,7 +198,8 @@ AVCodec sp5x_decoder = {
ff_mjpeg_decode_end,
sp5x_decode_frame,
CODEC_CAP_DR1,
- NULL
+ NULL,
+ .long_name = "Sunplus JPEG (SP5X)"
};
AVCodec amv_decoder = {
@@ -209,5 +210,6 @@ AVCodec amv_decoder = {
ff_mjpeg_decode_init,
NULL,
ff_mjpeg_decode_end,
- sp5x_decode_frame
+ sp5x_decode_frame,
+ .long_name = "AMV Video",
};