]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/fifo_test.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / fifo_test.c
index 02ec215cbbb8b549fe4613c7d5540d13974a24b3..62670d6d5d48186d280ce67defa8381157e2a223 100644 (file)
@@ -138,7 +138,7 @@ static const AVClass failing_muxer_class = {
     .version    = LIBAVUTIL_VERSION_INT,
 };
 
-AVOutputFormat ff_fifo_test_muxer = {
+const AVOutputFormat ff_fifo_test_muxer = {
     .name           = "fifo_test",
     .long_name      = NULL_IF_CONFIG_SMALL("Fifo test muxer"),
     .priv_data_size = sizeof(FailingMuxerContext),