X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fsbcdec.c;h=4de29b37c5daef72cb9a5417b45ee7cd290ec5ed;hb=bc70684e74a185d7b80c8b80bdedda659cb581b8;hp=7a455ce12324d2a2b5d1ec6d9552df74c6290f01;hpb=d92f38c179591a608390ffa9fee59c309142e79d;p=ffmpeg diff --git a/libavformat/sbcdec.c b/libavformat/sbcdec.c index 7a455ce1232..4de29b37c5d 100644 --- a/libavformat/sbcdec.c +++ b/libavformat/sbcdec.c @@ -23,7 +23,7 @@ #include "rawdec.h" FF_RAW_DEMUXER_CLASS(sbc) -AVInputFormat ff_sbc_demuxer = { +const AVInputFormat ff_sbc_demuxer = { .name = "sbc", .long_name = NULL_IF_CONFIG_SMALL("raw SBC (low-complexity subband codec)"), .extensions = "sbc,msbc",