X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fsdsdec.c;h=073dadafbb951332853d1c10ca672b81fca6346f;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=c70f5af849469ce2e53f49ede940380e9201ae6e;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/sdsdec.c b/libavformat/sdsdec.c index c70f5af8494..073dadafbb9 100644 --- a/libavformat/sdsdec.c +++ b/libavformat/sdsdec.c @@ -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),