]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vaapi_vp9.c
avfilter/formats: Remove avfilter_make_format64_list()
[ffmpeg] / libavcodec / vaapi_vp9.c
index f295dc9ebb521d57f94fa60b80d8f64c4287469e..776382f68378202abe62d10bcd36ce2de773f8f6 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "libavutil/pixdesc.h"
 
-#include "hwaccel.h"
+#include "hwconfig.h"
 #include "vaapi_decode.h"
 #include "vp9shared.h"
 
@@ -168,7 +168,7 @@ static int vaapi_vp9_decode_slice(AVCodecContext *avctx,
     return 0;
 }
 
-AVHWAccel ff_vp9_vaapi_hwaccel = {
+const AVHWAccel ff_vp9_vaapi_hwaccel = {
     .name                 = "vp9_vaapi",
     .type                 = AVMEDIA_TYPE_VIDEO,
     .id                   = AV_CODEC_ID_VP9,