Module: libav
Branch: master
Commit: 947e103a8faf245bf503b15ad9875e917889c0ca

Author:    Paul B Mahol <[email protected]>
Committer: Martin Storsjö <[email protected]>
Date:      Fri Mar  9 01:49:53 2012 +0000

iff: make .long_name more descriptive

Signed-off-by: Paul B Mahol <[email protected]>
Signed-off-by: Martin Storsjö <[email protected]>

---

 libavformat/iff.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavformat/iff.c b/libavformat/iff.c
index f5f39f0..8ed6812 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,

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to