From 68dddf53ffde34d0d73fcf45d44baf9aba0d1789 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Mon, 2 Mar 2009 02:25:31 +0000 Subject: Add some missing codecs and update names to match the codec long_name or vice-versa. Originally committed as revision 17706 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/tta.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/tta.c') diff --git a/libavcodec/tta.c b/libavcodec/tta.c index 6f7ea109c2..5536aa4cd9 100644 --- a/libavcodec/tta.c +++ b/libavcodec/tta.c @@ -443,5 +443,5 @@ AVCodec tta_decoder = { NULL, tta_decode_close, tta_decode_frame, - .long_name = NULL_IF_CONFIG_SMALL("True Audio"), + .long_name = NULL_IF_CONFIG_SMALL("True Audio (TTA)"), }; -- cgit v1.2.3