summaryrefslogtreecommitdiff
path: root/libavcodec/allcodecs.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-03-12 19:05:05 +0100
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-03-13 23:36:53 +0100
commit4175022bdb958597d8d73e803bc18d0da93c46c3 (patch)
tree689dd7bdfd89f70e83ac5f1b1fe6a91ecb2f30f7 /libavcodec/allcodecs.c
parent430dcd52b6683f92ddc3e089de46a5acda999ea1 (diff)
downloadffmpeg-4175022bdb958597d8d73e803bc18d0da93c46c3.tar.gz
avcodec/libvpxdec: Constify VP9-decoder
Possible since 8d226fb9786f34760e80e0d6b403bd63e9ac4ddd. Reviewed-by: James Zern <jzern-at-google.com@ffmpeg.org> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/allcodecs.c')
-rw-r--r--libavcodec/allcodecs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/allcodecs.c b/libavcodec/allcodecs.c
index e593ad19af..385ee34803 100644
--- a/libavcodec/allcodecs.c
+++ b/libavcodec/allcodecs.c
@@ -798,7 +798,7 @@ extern const FFCodec ff_libvorbis_decoder;
extern const FFCodec ff_libvpx_vp8_encoder;
extern const FFCodec ff_libvpx_vp8_decoder;
extern FFCodec ff_libvpx_vp9_encoder;
-extern FFCodec ff_libvpx_vp9_decoder;
+extern const FFCodec ff_libvpx_vp9_decoder;
/* preferred over libwebp */
extern const FFCodec ff_libwebp_anim_encoder;
extern const FFCodec ff_libwebp_encoder;