X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2F3dostr.c;h=0c136c9ea0fb3ef45c0de6305795f8a399666399;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=534f205fc46bb0edc6596f3f9aa5291364a8de41;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/3dostr.c b/libavformat/3dostr.c index 534f205fc46..0c136c9ea0f 100644 --- a/libavformat/3dostr.c +++ b/libavformat/3dostr.c @@ -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,