summaryrefslogtreecommitdiff
path: root/libavcodec/libuavs3d.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/libuavs3d.c')
-rw-r--r--libavcodec/libuavs3d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/libuavs3d.c b/libavcodec/libuavs3d.c
index be03da39e2..f7e458b356 100644
--- a/libavcodec/libuavs3d.c
+++ b/libavcodec/libuavs3d.c
@@ -244,7 +244,7 @@ static int libuavs3d_decode_frame(AVCodecContext *avctx, void *data, int *got_fr
return buf_ptr - buf;
}
-AVCodec ff_libuavs3d_decoder = {
+const AVCodec ff_libuavs3d_decoder = {
.name = "libuavs3d",
.long_name = NULL_IF_CONFIG_SMALL("libuavs3d AVS3-P2/IEEE1857.10"),
.type = AVMEDIA_TYPE_VIDEO,