X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Ffilmstripdec.c;h=2b6ba63fcf0ed922588cdf8ae636fac4b88d7388;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=0bf5a80830322318922cf75283ebb82494ab49d8;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/filmstripdec.c b/libavformat/filmstripdec.c index 0bf5a808303..2b6ba63fcf0 100644 --- a/libavformat/filmstripdec.c +++ b/libavformat/filmstripdec.c @@ -104,7 +104,7 @@ static int read_seek(AVFormatContext *s, int stream_index, int64_t timestamp, in return 0; } -AVInputFormat ff_filmstrip_demuxer = { +const AVInputFormat ff_filmstrip_demuxer = { .name = "filmstrip", .long_name = NULL_IF_CONFIG_SMALL("Adobe Filmstrip"), .priv_data_size = sizeof(FilmstripDemuxContext),