Improve descriptiveness of a number of codec and container long names
This commit is contained in:
@@ -83,7 +83,7 @@ static int adts_aac_read_header(AVFormatContext *s)
|
||||
|
||||
AVInputFormat ff_aac_demuxer = {
|
||||
.name = "aac",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("raw ADTS AAC"),
|
||||
.long_name = NULL_IF_CONFIG_SMALL("raw ADTS AAC (Advanced Audio Coding)"),
|
||||
.read_probe = adts_aac_probe,
|
||||
.read_header = adts_aac_read_header,
|
||||
.read_packet = ff_raw_read_partial_packet,
|
||||
|
||||
Reference in New Issue
Block a user