]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/sdsdec.c
avformat: Constify all muxer/demuxers
[ffmpeg] / libavformat / sdsdec.c
index c70f5af849469ce2e53f49ede940380e9201ae6e..073dadafbb951332853d1c10ca672b81fca6346f 100644 (file)
@@ -153,7 +153,7 @@ static int sds_read_packet(AVFormatContext *ctx, AVPacket *pkt)
     return ret;
 }
 
-AVInputFormat ff_sds_demuxer = {
+const AVInputFormat ff_sds_demuxer = {
     .name           = "sds",
     .long_name      = NULL_IF_CONFIG_SMALL("MIDI Sample Dump Standard"),
     .priv_data_size = sizeof(SDSContext),