From 947e103a8faf245bf503b15ad9875e917889c0ca Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Fri, 9 Mar 2012 01:49:53 +0000 Subject: iff: make .long_name more descriptive MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paul B Mahol Signed-off-by: Martin Storsjö --- libavformat/iff.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/iff.c') 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, -- cgit v1.2.3