]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vaapi_h264.c
mpegvideo: dont call draw edges on lowres
[ffmpeg] / libavcodec / vaapi_h264.c
index 753deaf5cadb63ff3c3b2e5286fde122019a6be3..38fc0dac8b6e1c631f949bc469784092a491521c 100644 (file)
@@ -340,7 +340,7 @@ static int decode_slice(AVCodecContext *avctx,
 AVHWAccel ff_h264_vaapi_hwaccel = {
     .name           = "h264_vaapi",
     .type           = AVMEDIA_TYPE_VIDEO,
-    .id             = CODEC_ID_H264,
+    .id             = AV_CODEC_ID_H264,
     .pix_fmt        = PIX_FMT_VAAPI_VLD,
     .start_frame    = start_frame,
     .end_frame      = end_frame,