Commit 947e103a authored by Paul B Mahol's avatar Paul B Mahol Committed by Martin Storsjö

iff: make .long_name more descriptive

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 5a877d95
......@@ -282,7 +282,7 @@ static int iff_read_packet(AVFormatContext *s,
AVInputFormat ff_iff_demuxer = {
.name = "IFF",
.long_name = NULL_IF_CONFIG_SMALL("IFF format"),
.long_name = NULL_IF_CONFIG_SMALL("Interchange File Format"),
.priv_data_size = sizeof(IffDemuxContext),
.read_probe = iff_probe,
.read_header = iff_read_header,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment