summaryrefslogtreecommitdiff
path: root/libavcodec/av1dec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/av1dec.c')
-rw-r--r--libavcodec/av1dec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/av1dec.c b/libavcodec/av1dec.c
index a75d6744d3..1dda0f9160 100644
--- a/libavcodec/av1dec.c
+++ b/libavcodec/av1dec.c
@@ -1121,7 +1121,7 @@ static const AVClass av1_class = {
.version = LIBAVUTIL_VERSION_INT,
};
-AVCodec ff_av1_decoder = {
+const AVCodec ff_av1_decoder = {
.name = "av1",
.long_name = NULL_IF_CONFIG_SMALL("Alliance for Open Media AV1"),
.type = AVMEDIA_TYPE_VIDEO,