]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vda_h264.c
lavc: add a wrapper for AVCodecContext.get_buffer().
[ffmpeg] / libavcodec / vda_h264.c
index 5c8f5679f90e9bd87c746eac28661ddc559c0c4e..2a78aac61a8a0fc542947faec545f79622430560 100644 (file)
@@ -371,7 +371,7 @@ AVHWAccel ff_h264_vda_hwaccel = {
     .name           = "h264_vda",
     .type           = AVMEDIA_TYPE_VIDEO,
     .id             = AV_CODEC_ID_H264,
-    .pix_fmt        = PIX_FMT_VDA_VLD,
+    .pix_fmt        = AV_PIX_FMT_VDA_VLD,
     .start_frame    = start_frame,
     .decode_slice   = decode_slice,
     .end_frame      = end_frame,