From bcdb2378f77daa2e7cf21039bb6247c197af8e0c Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Tue, 29 Apr 2008 21:31:21 +0000 Subject: Add long names to some AVCodec declarations. patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13022 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/tta.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/tta.c') diff --git a/libavcodec/tta.c b/libavcodec/tta.c index 57d4c7b9dd..55138a3a02 100644 --- a/libavcodec/tta.c +++ b/libavcodec/tta.c @@ -443,4 +443,5 @@ AVCodec tta_decoder = { NULL, tta_decode_close, tta_decode_frame, + .long_name = "True Audio", }; -- cgit v1.2.3