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:
parent
9510f59a0f
commit
68dddf53ff
2 changed files with 13 additions and 10 deletions
|
|
@ -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)"),
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue