Improve descriptiveness of a number of codec and container long names

This commit is contained in:
Diego Biurrun
2012-07-24 03:23:48 +02:00
parent 6774247a9d
commit 0177b7d23a
56 changed files with 75 additions and 75 deletions

View File

@@ -417,7 +417,7 @@ static int read_seek(AVFormatContext *s, int stream_index,
AVInputFormat ff_caf_demuxer = {
.name = "caf",
.long_name = NULL_IF_CONFIG_SMALL("Apple Core Audio Format"),
.long_name = NULL_IF_CONFIG_SMALL("Apple CAF (Core Audio Format)"),
.priv_data_size = sizeof(CaffContext),
.read_probe = probe,
.read_header = read_header,