summaryrefslogtreecommitdiff
path: root/libavcodec/tmv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/tmv.c')
-rw-r--r--libavcodec/tmv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/tmv.c b/libavcodec/tmv.c
index f8485cda59..67aeb23665 100644
--- a/libavcodec/tmv.c
+++ b/libavcodec/tmv.c
@@ -86,7 +86,7 @@ static av_cold int tmv_decode_init(AVCodecContext *avctx)
return 0;
}
-AVCodec ff_tmv_decoder = {
+const AVCodec ff_tmv_decoder = {
.name = "tmv",
.long_name = NULL_IF_CONFIG_SMALL("8088flex TMV"),
.type = AVMEDIA_TYPE_VIDEO,