X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fwc3movie.c;h=dfb2462072a9baee81ecc526cede8f7b16e6b641;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=cd69931a424b9c82e359278a2f0cc58dceea3980;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/wc3movie.c b/libavformat/wc3movie.c index cd69931a424..dfb2462072a 100644 --- a/libavformat/wc3movie.c +++ b/libavformat/wc3movie.c @@ -309,7 +309,7 @@ static int wc3_read_packet(AVFormatContext *s, return ret; } -AVInputFormat ff_wc3_demuxer = { +const AVInputFormat ff_wc3_demuxer = { .name = "wc3movie", .long_name = NULL_IF_CONFIG_SMALL("Wing Commander III movie"), .priv_data_size = sizeof(Wc3DemuxContext),