diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2009-03-02 02:25:31 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2009-03-02 02:25:31 +0000 |
commit | 68dddf53ffde34d0d73fcf45d44baf9aba0d1789 (patch) | |
tree | 1aceecbef21d822597410d69e082f3c31d876e47 /libavcodec/tta.c | |
parent | 9510f59a0fa372334cb6d9ec9232058e1cfa9cee (diff) | |
download | ffmpeg-68dddf53ffde34d0d73fcf45d44baf9aba0d1789.tar.gz |
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.c | 2 |
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)"), }; |