mirror of https://git.ffmpeg.org/ffmpeg.git
iff: make .long_name more descriptive
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
5a877d9530
commit
947e103a8f
|
@ -282,7 +282,7 @@ static int iff_read_packet(AVFormatContext *s,
|
||||||
|
|
||||||
AVInputFormat ff_iff_demuxer = {
|
AVInputFormat ff_iff_demuxer = {
|
||||||
.name = "IFF",
|
.name = "IFF",
|
||||||
.long_name = NULL_IF_CONFIG_SMALL("IFF format"),
|
.long_name = NULL_IF_CONFIG_SMALL("Interchange File Format"),
|
||||||
.priv_data_size = sizeof(IffDemuxContext),
|
.priv_data_size = sizeof(IffDemuxContext),
|
||||||
.read_probe = iff_probe,
|
.read_probe = iff_probe,
|
||||||
.read_header = iff_read_header,
|
.read_header = iff_read_header,
|
||||||
|
|
Loading…
Reference in New Issue