summaryrefslogtreecommitdiff
path: root/libavcodec/bink.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/bink.c')
-rw-r--r--libavcodec/bink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/bink.c b/libavcodec/bink.c
index 5efd24e9c3..36d1ab6c0a 100644
--- a/libavcodec/bink.c
+++ b/libavcodec/bink.c
@@ -1415,7 +1415,7 @@ static void flush(AVCodecContext *avctx)
c->frame_num = 0;
}
-AVCodec ff_bink_decoder = {
+const AVCodec ff_bink_decoder = {
.name = "binkvideo",
.long_name = NULL_IF_CONFIG_SMALL("Bink video"),
.type = AVMEDIA_TYPE_VIDEO,