summaryrefslogtreecommitdiff
path: root/libavcodec/vb.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/vb.c')
-rw-r--r--libavcodec/vb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vb.c b/libavcodec/vb.c
index fe419c7663..f5b7f89853 100644
--- a/libavcodec/vb.c
+++ b/libavcodec/vb.c
@@ -278,7 +278,7 @@ static av_cold int decode_end(AVCodecContext *avctx)
return 0;
}
-AVCodec ff_vb_decoder = {
+const AVCodec ff_vb_decoder = {
.name = "vb",
.long_name = NULL_IF_CONFIG_SMALL("Beam Software VB"),
.type = AVMEDIA_TYPE_VIDEO,