]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/swfdec.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / swfdec.c
index 48c5af9a0bf1e153a62ba807cb97fee2aa6642f2..f5a98e8b53c19b13cdf00c6a5ff373ae0275b332 100644 (file)
@@ -567,7 +567,7 @@ static av_cold int swf_read_close(AVFormatContext *avctx)
 }
 #endif
 
-AVInputFormat ff_swf_demuxer = {
+const AVInputFormat ff_swf_demuxer = {
     .name           = "swf",
     .long_name      = NULL_IF_CONFIG_SMALL("SWF (ShockWave Flash)"),
     .priv_data_size = sizeof(SWFDecContext),