]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/idroqdec.c
tls: cafile, cert, key options
[ffmpeg] / libavformat / idroqdec.c
index 096ada2ba9835c0296cc09e4e609f4e2a7d69a4a..ab3ef9664776e0eed34697452c42f5690ffe63a0 100644 (file)
@@ -220,7 +220,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,