summaryrefslogtreecommitdiff
path: root/libavformat/iff.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2012-03-09 01:49:53 +0000
committerMartin Storsjö <martin@martin.st>2012-03-12 17:02:02 +0200
commit947e103a8faf245bf503b15ad9875e917889c0ca (patch)
tree22f293b1c426eeb3537b47dd2e41233967b97665 /libavformat/iff.c
parent5a877d953098272e6bc9c10bd77d5905cec14996 (diff)
iff: make .long_name more descriptive
Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/iff.c')
-rw-r--r--libavformat/iff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/iff.c b/libavformat/iff.c
index f5f39f06aa..8ed68125cb 100644
--- a/libavformat/iff.c
+++ b/libavformat/iff.c
@@ -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,