From 0ffbc258aa00b3cd88ff9c8d141a7661655b4571 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 2 Mar 2009 05:18:33 +0000 Subject: Change a bunch of codec long_names to be more consistent and descriptive. Originally committed as revision 17716 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/adxdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/adxdec.c') diff --git a/libavcodec/adxdec.c b/libavcodec/adxdec.c index 486516b9ab..0af26013bb 100644 --- a/libavcodec/adxdec.c +++ b/libavcodec/adxdec.c @@ -173,6 +173,6 @@ AVCodec adpcm_adx_decoder = { NULL, NULL, adx_decode_frame, - .long_name = NULL_IF_CONFIG_SMALL("SEGA CRI ADX"), + .long_name = NULL_IF_CONFIG_SMALL("SEGA CRI ADX ADPCM"), }; -- cgit v1.2.3