]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rawvideodec.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / rawvideodec.c
index 8bde22c4e93de5aed7094e454d5ad842c2503482..5049a29b9c981aab88629ff957f4d10756a2ab6d 100644 (file)
@@ -100,7 +100,7 @@ static const AVClass rawvideo_demuxer_class = {
     .version    = LIBAVUTIL_VERSION_INT,
 };
 
-AVInputFormat ff_rawvideo_demuxer = {
+const AVInputFormat ff_rawvideo_demuxer = {
     .name           = "rawvideo",
     .long_name      = NULL_IF_CONFIG_SMALL("raw video"),
     .priv_data_size = sizeof(RawVideoDemuxerContext),