summaryrefslogtreecommitdiff
path: root/libavcodec/dvenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/dvenc.c')
-rw-r--r--libavcodec/dvenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dvenc.c b/libavcodec/dvenc.c
index f1be3e43f6..458f39b558 100644
--- a/libavcodec/dvenc.c
+++ b/libavcodec/dvenc.c
@@ -1198,7 +1198,7 @@ static const AVClass dvvideo_encode_class = {
.version = LIBAVUTIL_VERSION_INT,
};
-AVCodec ff_dvvideo_encoder = {
+const AVCodec ff_dvvideo_encoder = {
.name = "dvvideo",
.long_name = NULL_IF_CONFIG_SMALL("DV (Digital Video)"),
.type = AVMEDIA_TYPE_VIDEO,