X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fsol.c;h=42498492b65aeb8be76abd9d458a4e6395cd9fc3;hb=9e13df3776da3a101e895e2840f6f23f5a6f74a0;hp=19905e84faec607598c7c2dab24cce62d095be74;hpb=0084eed5bffebd7f3915bc0f9eba7350e8bc0ef7;p=ffmpeg diff --git a/libavformat/sol.c b/libavformat/sol.c index 19905e84fae..42498492b65 100644 --- a/libavformat/sol.c +++ b/libavformat/sol.c @@ -138,7 +138,7 @@ static int sol_read_packet(AVFormatContext *s, return 0; } -AVInputFormat ff_sol_demuxer = { +const AVInputFormat ff_sol_demuxer = { .name = "sol", .long_name = NULL_IF_CONFIG_SMALL("Sierra SOL"), .read_probe = sol_probe,