]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/cinedec.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / cinedec.c
index e5c6468c39154787b343186f92fe0afb42ac0d7f..f1fae6e5db631762454a32d7f7f17b9d4e421c90 100644 (file)
@@ -322,7 +322,7 @@ static int cine_read_seek(AVFormatContext *avctx, int stream_index, int64_t time
     return 0;
 }
 
-AVInputFormat ff_cine_demuxer = {
+const AVInputFormat ff_cine_demuxer = {
     .name           = "cine",
     .long_name      = NULL_IF_CONFIG_SMALL("Phantom Cine"),
     .priv_data_size = sizeof(CineDemuxContext),