]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vaapi_h264.c
Merge commit '0711d142997b2662ba9198e607015b06c6eed0d8'
[ffmpeg] / libavcodec / vaapi_h264.c
index c7f9d7bcb416f12e33d6eb00432dce9ba56c7c5a..5854587a255a748d0f9ea9508a5b2bf88c364861 100644 (file)
@@ -388,7 +388,7 @@ static int vaapi_h264_decode_slice(AVCodecContext *avctx,
     return 0;
 }
 
-AVHWAccel ff_h264_vaapi_hwaccel = {
+const AVHWAccel ff_h264_vaapi_hwaccel = {
     .name                 = "h264_vaapi",
     .type                 = AVMEDIA_TYPE_VIDEO,
     .id                   = AV_CODEC_ID_H264,