Improve descriptiveness of a number of codec and container long names
This commit is contained in:
@@ -282,7 +282,7 @@ static int iff_read_packet(AVFormatContext *s,
|
||||
|
||||
AVInputFormat ff_iff_demuxer = {
|
||||
.name = "iff",
|
||||
.long_name = NULL_IF_CONFIG_SMALL("Interchange File Format"),
|
||||
.long_name = NULL_IF_CONFIG_SMALL("IFF (Interchange File Format)"),
|
||||
.priv_data_size = sizeof(IffDemuxContext),
|
||||
.read_probe = iff_probe,
|
||||
.read_header = iff_read_header,
|
||||
|
Reference in New Issue
Block a user