X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Ffifo_test.c;h=62670d6d5d48186d280ce67defa8381157e2a223;hb=92769f260da8bf38956212cc6a26f98bcf80c6c7;hp=02ec215cbbb8b549fe4613c7d5540d13974a24b3;hpb=b2f32d60eeaf883bb7d9e1b8cc2fb9a983d08f72;p=ffmpeg diff --git a/libavformat/fifo_test.c b/libavformat/fifo_test.c index 02ec215cbbb..62670d6d5d4 100644 --- a/libavformat/fifo_test.c +++ b/libavformat/fifo_test.c @@ -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),