Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2009-03-02 05:25:31 +0300
committerJustin Ruggles <justin.ruggles@gmail.com>2009-03-02 05:25:31 +0300
commit68dddf53ffde34d0d73fcf45d44baf9aba0d1789 (patch)
tree1aceecbef21d822597410d69e082f3c31d876e47 /libavcodec/tta.c
parent9510f59a0fa372334cb6d9ec9232058e1cfa9cee (diff)
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
Diffstat (limited to 'libavcodec/tta.c')
-rw-r--r--libavcodec/tta.c2
1 files changed, 1 insertions, 1 deletions
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)"),
};