X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Frl2.c;h=8b6a7f1827ba90deeace93217e43a3a2d8fda99f;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=fa1b38b133696023997e00bf0df3f23a14e4cca3;hpb=cea7c19cda0ea1630ae1de8c102ab14231b9db10;p=ffmpeg diff --git a/libavformat/rl2.c b/libavformat/rl2.c index fa1b38b1336..8b6a7f1827b 100644 --- a/libavformat/rl2.c +++ b/libavformat/rl2.c @@ -300,7 +300,7 @@ static int rl2_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp return 0; } -AVInputFormat ff_rl2_demuxer = { +const AVInputFormat ff_rl2_demuxer = { .name = "rl2", .long_name = NULL_IF_CONFIG_SMALL("RL2"), .priv_data_size = sizeof(Rl2DemuxContext),