Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMans Rullgard <mans@mansr.com>2012-05-19 20:13:17 +0400
committerMans Rullgard <mans@mansr.com>2012-05-19 22:44:16 +0400
commit68aef0b481f11931f078dc915a93bdfa680f90a4 (patch)
treeb57817435401668fdb1d2b425b48fdf56bd5a76f /libavformat/idroqdec.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/idroqdec.c')
-rw-r--r--libavformat/idroqdec.c2
1 files changed, 1 insertions, 1 deletions
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,