]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mpjpeg.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / mpjpeg.c
index 0404e86d7fbe27d8e8bdb7364e60819a14c9d995..c5e5d1e286473dbdbdeed07a0562fedb7d3834ea 100644 (file)
@@ -61,7 +61,7 @@ static const AVClass mpjpeg_muxer_class = {
     .version    = LIBAVUTIL_VERSION_INT,
 };
 
-AVOutputFormat ff_mpjpeg_muxer = {
+const AVOutputFormat ff_mpjpeg_muxer = {
     .name              = "mpjpeg",
     .long_name         = NULL_IF_CONFIG_SMALL("MIME multipart JPEG"),
     .mime_type         = "multipart/x-mixed-replace;boundary=" BOUNDARY_TAG,