summaryrefslogtreecommitdiff
path: root/libavcodec/wcmv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/wcmv.c')
-rw-r--r--libavcodec/wcmv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/wcmv.c b/libavcodec/wcmv.c
index d7a3cbd1b7..04c597e767 100644
--- a/libavcodec/wcmv.c
+++ b/libavcodec/wcmv.c
@@ -249,7 +249,7 @@ static av_cold int decode_close(AVCodecContext *avctx)
return 0;
}
-AVCodec ff_wcmv_decoder = {
+const AVCodec ff_wcmv_decoder = {
.name = "wcmv",
.long_name = NULL_IF_CONFIG_SMALL("WinCAM Motion Video"),
.type = AVMEDIA_TYPE_VIDEO,