summaryrefslogtreecommitdiff
path: root/libavformat/mtv.c
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-05-19 17:13:17 +0100
committerMans Rullgard <mans@mansr.com>2012-05-19 19:44:16 +0100
commit68aef0b481f11931f078dc915a93bdfa680f90a4 (patch)
treeb57817435401668fdb1d2b425b48fdf56bd5a76f /libavformat/mtv.c
parent81ad97eedad2b34a8b758fda72f68488d7f86118 (diff)
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/mtv.c')
-rw-r--r--libavformat/mtv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mtv.c b/libavformat/mtv.c
index 0d4a05c5f5..e917a1980c 100644
--- a/libavformat/mtv.c
+++ b/libavformat/mtv.c
@@ -188,7 +188,7 @@ static int mtv_read_packet(AVFormatContext *s, AVPacket *pkt)
}
AVInputFormat ff_mtv_demuxer = {
- .name = "MTV",
+ .name = "mtv",
.long_name = NULL_IF_CONFIG_SMALL("MTV format"),
.priv_data_size = sizeof(MTVDemuxContext),
.read_probe = mtv_probe,