X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fvaapi.c;h=6ac22e64fac7686fb21559cf739513e450618172;hb=77e794908b18c9598ed3937af00e74c01014bbd9;hp=15531e46bdc00d78fc055ad49a3e5105a2df3b90;hpb=818e8897094d044f80d05eee7a83c9f80a4334a1;p=ffmpeg diff --git a/libavcodec/vaapi.c b/libavcodec/vaapi.c index 15531e46bdc..6ac22e64fac 100644 --- a/libavcodec/vaapi.c +++ b/libavcodec/vaapi.c @@ -183,7 +183,7 @@ void ff_vaapi_common_end_frame(AVCodecContext *avctx) { struct vaapi_context * const vactx = avctx->hwaccel_context; - av_dlog(avctx, "ff_vaapi_common_end_frame()\n"); + ff_dlog(avctx, "ff_vaapi_common_end_frame()\n"); destroy_buffers(vactx->display, &vactx->pic_param_buf_id, 1); destroy_buffers(vactx->display, &vactx->iq_matrix_buf_id, 1);