提交 947e103a 编写于 作者: P Paul B Mahol 提交者: Martin Storsjö

iff: make .long_name more descriptive

Signed-off-by: NPaul B Mahol <onemda@gmail.com>
Signed-off-by: NMartin Storsjö <martin@martin.st>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册