X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fdsfdec.c;h=690fd02bb3f75c33db11cd42bc27de53be514626;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=2fca25ef326e1606aec2980bcc2af6cc3fb8098b;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/dsfdec.c b/libavformat/dsfdec.c index 2fca25ef326..690fd02bb3f 100644 --- a/libavformat/dsfdec.c +++ b/libavformat/dsfdec.c @@ -199,7 +199,7 @@ static int dsf_read_packet(AVFormatContext *s, AVPacket *pkt) return 0; } -AVInputFormat ff_dsf_demuxer = { +const AVInputFormat ff_dsf_demuxer = { .name = "dsf", .long_name = NULL_IF_CONFIG_SMALL("DSD Stream File (DSF)"), .priv_data_size = sizeof(DSFContext),