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
This commit is contained in:
Justin Ruggles 2009-03-02 02:25:31 +00:00
parent 9510f59a0f
commit 68dddf53ff
2 changed files with 13 additions and 10 deletions

View file

@ -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)"),
};