diff options
author | Mans Rullgard <mans@mansr.com> | 2012-05-19 17:13:17 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2012-05-19 19:44:16 +0100 |
commit | 68aef0b481f11931f078dc915a93bdfa680f90a4 (patch) | |
tree | b57817435401668fdb1d2b425b48fdf56bd5a76f /libavformat/iss.c | |
parent | 81ad97eedad2b34a8b758fda72f68488d7f86118 (diff) | |
download | ffmpeg-68aef0b481f11931f078dc915a93bdfa680f90a4.tar.gz |
lavf: change some (de)muxer names to lowercase
This is consistent with other format names.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavformat/iss.c')
-rw-r--r-- | libavformat/iss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/iss.c b/libavformat/iss.c index 8c297f8ffb..b9848d3139 100644 --- a/libavformat/iss.c +++ b/libavformat/iss.c @@ -123,7 +123,7 @@ static int iss_read_packet(AVFormatContext *s, AVPacket *pkt) } AVInputFormat ff_iss_demuxer = { - .name = "ISS", + .name = "iss", .long_name = NULL_IF_CONFIG_SMALL("Funcom ISS format"), .priv_data_size = sizeof(IssDemuxContext), .read_probe = iss_probe, |