From 5f1c3cbd524728317bf460259aa8f3ef5ec935c6 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 14 Apr 2016 18:25:35 +0200 Subject: vaapi: Drop pointless debug output --- libavcodec/vaapi.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'libavcodec/vaapi.c') diff --git a/libavcodec/vaapi.c b/libavcodec/vaapi.c index d00be2fc98..094692e2a2 100644 --- a/libavcodec/vaapi.c +++ b/libavcodec/vaapi.c @@ -181,8 +181,6 @@ void ff_vaapi_common_end_frame(AVCodecContext *avctx) { struct vaapi_context * const vactx = avctx->hwaccel_context; - 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); -- cgit v1.2.3