]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/3dostr.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / 3dostr.c
index 534f205fc46bb0edc6596f3f9aa5291364a8de41..0c136c9ea0fb3ef45c0de6305795f8a399666399 100644 (file)
@@ -191,7 +191,7 @@ static int threedostr_read_packet(AVFormatContext *s, AVPacket *pkt)
     return AVERROR_EOF;
 }
 
-AVInputFormat ff_threedostr_demuxer = {
+const AVInputFormat ff_threedostr_demuxer = {
     .name           = "3dostr",
     .long_name      = NULL_IF_CONFIG_SMALL("3DO STR"),
     .read_probe     = threedostr_probe,