X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fzmbv.c;h=e1aba7f059945a6f3af5fd19db98afe6592b0861;hb=a247ac640df3da573cd661065bf53f37863e2b46;hp=e3ccc16d0bca484973969ec48fa3e1958d8c269a;hpb=8b3e6ce5f4ab1ebf3a54ff7e0ff440a1a5f842f7;p=ffmpeg diff --git a/libavcodec/zmbv.c b/libavcodec/zmbv.c index e3ccc16d0bc..e1aba7f0599 100644 --- a/libavcodec/zmbv.c +++ b/libavcodec/zmbv.c @@ -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,