summaryrefslogtreecommitdiff
path: root/libavcodec/rpzaenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/rpzaenc.c')
-rw-r--r--libavcodec/rpzaenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/rpzaenc.c b/libavcodec/rpzaenc.c
index eeb82716c9..e4651d9d9c 100644
--- a/libavcodec/rpzaenc.c
+++ b/libavcodec/rpzaenc.c
@@ -842,7 +842,7 @@ static const AVClass rpza_class = {
.version = LIBAVUTIL_VERSION_INT,
};
-AVCodec ff_rpza_encoder = {
+const AVCodec ff_rpza_encoder = {
.name = "rpza",
.long_name = NULL_IF_CONFIG_SMALL("QuickTime video (RPZA)"),
.type = AVMEDIA_TYPE_VIDEO,