]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/smjpegenc.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / smjpegenc.c
index c3c1a6346c5d3f828f2dcf075bb9cfb3d804c37a..ac5576fa7604555ce53401538a915509ff025c4a 100644 (file)
@@ -132,7 +132,7 @@ static int smjpeg_write_trailer(AVFormatContext *s)
     return 0;
 }
 
-AVOutputFormat ff_smjpeg_muxer = {
+const AVOutputFormat ff_smjpeg_muxer = {
     .name           = "smjpeg",
     .long_name      = NULL_IF_CONFIG_SMALL("Loki SDL MJPEG"),
     .priv_data_size = sizeof(SMJPEGMuxContext),