X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fvaapi.c;h=36db640f02723dfde4036c770480ff82f120bb6f;hb=78c7197ea0e5c53393849a32dd6f49e3b89f7815;hp=a1ea790add9d14cb7c2f2379732cdd1f649bd8b7;hpb=0528410e04929d72ca29e5afddcc90d88de7208d;p=ffmpeg diff --git a/libavcodec/vaapi.c b/libavcodec/vaapi.c index a1ea790add9..36db640f027 100644 --- a/libavcodec/vaapi.c +++ b/libavcodec/vaapi.c @@ -210,8 +210,6 @@ void ff_vaapi_common_end_frame(AVCodecContext *avctx) { FFVAContext * const vactx = ff_vaapi_get_context(avctx); - 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); destroy_buffers(vactx->display, &vactx->bitplane_buf_id, 1);