]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/smjpegdec.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / smjpegdec.c
index a4e1f957ed839e3ed1bfc4818dfd9a4d9352c53e..dc95a822c5e215f2159838c51851ad0c0182c632 100644 (file)
@@ -180,7 +180,7 @@ static int smjpeg_read_packet(AVFormatContext *s, AVPacket *pkt)
     return ret;
 }
 
-AVInputFormat ff_smjpeg_demuxer = {
+const AVInputFormat ff_smjpeg_demuxer = {
     .name           = "smjpeg",
     .long_name      = NULL_IF_CONFIG_SMALL("Loki SDL MJPEG"),
     .priv_data_size = sizeof(SMJPEGContext),