]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/redspark.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / redspark.c
index 0ce89153119da259ccab740b735cb3e5a8f883a3..eca182c3a77ed374b081d51a0d30846d107d4826 100644 (file)
@@ -150,7 +150,7 @@ static int redspark_read_packet(AVFormatContext *s, AVPacket *pkt)
     return ret;
 }
 
-AVInputFormat ff_redspark_demuxer = {
+const AVInputFormat ff_redspark_demuxer = {
     .name           =   "redspark",
     .long_name      =   NULL_IF_CONFIG_SMALL("RedSpark"),
     .priv_data_size =   sizeof(RedSparkContext),