summaryrefslogtreecommitdiff
path: root/libavcodec/sbcdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/sbcdec.c')
-rw-r--r--libavcodec/sbcdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/sbcdec.c b/libavcodec/sbcdec.c
index bb590e8a05..db61f43a5a 100644
--- a/libavcodec/sbcdec.c
+++ b/libavcodec/sbcdec.c
@@ -363,7 +363,7 @@ static int sbc_decode_frame(AVCodecContext *avctx,
return frame_length;
}
-AVCodec ff_sbc_decoder = {
+const AVCodec ff_sbc_decoder = {
.name = "sbc",
.long_name = NULL_IF_CONFIG_SMALL("SBC (low-complexity subband codec)"),
.type = AVMEDIA_TYPE_AUDIO,