]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avisynth.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / avisynth.c
index 21ae8c183a9b9b27108d508d3b9845f04dbfa13e..350ac6d11d0d4b34482172a59a7cbdc7310d4026 100644 (file)
@@ -878,7 +878,7 @@ static int avisynth_read_seek(AVFormatContext *s, int stream_index,
     return 0;
 }
 
-AVInputFormat ff_avisynth_demuxer = {
+const AVInputFormat ff_avisynth_demuxer = {
     .name           = "avisynth",
     .long_name      = NULL_IF_CONFIG_SMALL("AviSynth script"),
     .priv_data_size = sizeof(AviSynthContext),