summaryrefslogtreecommitdiff
path: root/libavcodec/librsvgdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/librsvgdec.c')
-rw-r--r--libavcodec/librsvgdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/librsvgdec.c b/libavcodec/librsvgdec.c
index e9a181d092..2895bbf28b 100644
--- a/libavcodec/librsvgdec.c
+++ b/libavcodec/librsvgdec.c
@@ -117,7 +117,7 @@ static const AVClass librsvg_decoder_class = {
.version = LIBAVUTIL_VERSION_INT,
};
-AVCodec ff_librsvg_decoder = {
+const AVCodec ff_librsvg_decoder = {
.name = "librsvg",
.long_name = NULL_IF_CONFIG_SMALL("Librsvg rasterizer"),
.priv_class = &librsvg_decoder_class,