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/idroqdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/idroqdec.c') diff --git a/libavformat/idroqdec.c b/libavformat/idroqdec.c index 5c1528de0f..be3122e789 100644 --- a/libavformat/idroqdec.c +++ b/libavformat/idroqdec.c @@ -217,7 +217,7 @@ static int roq_read_packet(AVFormatContext *s, } AVInputFormat ff_roq_demuxer = { - .name = "RoQ", + .name = "roq", .long_name = NULL_IF_CONFIG_SMALL("id RoQ format"), .priv_data_size = sizeof(RoqDemuxContext), .read_probe = roq_probe, -- cgit v1.2.3