From 68aef0b481f11931f078dc915a93bdfa680f90a4 Mon Sep 17 00:00:00 2001 From: Mans Rullgard Date: Sat, 19 May 2012 17:13:17 +0100 Subject: lavf: change some (de)muxer names to lowercase This is consistent with other format names. Signed-off-by: Mans Rullgard --- libavformat/mtv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/mtv.c') 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, -- cgit v1.2.3