]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vdpau_mpeg4.c
avcodec/kgv1dec: Check that there is enough input for maximum RLE compression
[ffmpeg] / libavcodec / vdpau_mpeg4.c
index 653ef7e7e73f38747d91479149e61cf7ea0202ee..96f83026a8e4d2e719fa5a7ee5121b6cd8ba22f9 100644 (file)
@@ -110,7 +110,7 @@ static int vdpau_mpeg4_init(AVCodecContext *avctx)
     return ff_vdpau_common_init(avctx, profile, avctx->level);
 }
 
-AVHWAccel ff_mpeg4_vdpau_hwaccel = {
+const AVHWAccel ff_mpeg4_vdpau_hwaccel = {
     .name           = "mpeg4_vdpau",
     .type           = AVMEDIA_TYPE_VIDEO,
     .id             = AV_CODEC_ID_MPEG4,