From d5202e4fda3d6e3d63e032328b7626f779572e76 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sun, 27 Apr 2008 10:52:44 +0000 Subject: 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 --- libavcodec/sp5xdec.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'libavcodec/sp5xdec.c') 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", }; -- cgit v1.2.3