summaryrefslogtreecommitdiff
path: root/libavcodec/exrenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/exrenc.c')
-rw-r--r--libavcodec/exrenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/exrenc.c b/libavcodec/exrenc.c
index db9000a85c..b2cb9c4205 100644
--- a/libavcodec/exrenc.c
+++ b/libavcodec/exrenc.c
@@ -534,7 +534,7 @@ static const AVClass exr_class = {
.version = LIBAVUTIL_VERSION_INT,
};
-AVCodec ff_exr_encoder = {
+const AVCodec ff_exr_encoder = {
.name = "exr",
.long_name = NULL_IF_CONFIG_SMALL("OpenEXR image"),
.priv_data_size = sizeof(EXRContext),