summaryrefslogtreecommitdiff
path: root/libavformat/sbcdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/sbcdec.c')
-rw-r--r--libavformat/sbcdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/sbcdec.c b/libavformat/sbcdec.c
index 7a455ce123..4de29b37c5 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",