]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/zmbv.c
avcodec: Constify AVCodecs
[ffmpeg] / libavcodec / zmbv.c
index e3ccc16d0bca484973969ec48fa3e1958d8c269a..e1aba7f059945a6f3af5fd19db98afe6592b0861 100644 (file)
@@ -654,7 +654,7 @@ static av_cold int decode_end(AVCodecContext *avctx)
     return 0;
 }
 
-AVCodec ff_zmbv_decoder = {
+const AVCodec ff_zmbv_decoder = {
     .name           = "zmbv",
     .long_name      = NULL_IF_CONFIG_SMALL("Zip Motion Blocks Video"),
     .type           = AVMEDIA_TYPE_VIDEO,