diff options
author | Diego Biurrun <diego@biurrun.de> | 2016-04-14 18:25:35 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2016-05-03 15:45:11 +0200 |
commit | 5f1c3cbd524728317bf460259aa8f3ef5ec935c6 (patch) | |
tree | 7dadd2bd1eb29a4b8e17f0796f99db6b6d2a3649 /libavcodec/vaapi.c | |
parent | 015c2d923902fcd562571993eaf1231ce388c7f0 (diff) | |
download | ffmpeg-5f1c3cbd524728317bf460259aa8f3ef5ec935c6.tar.gz |
vaapi: Drop pointless debug output
Diffstat (limited to 'libavcodec/vaapi.c')
-rw-r--r-- | libavcodec/vaapi.c | 2 |
1 files changed, 0 insertions, 2 deletions
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); |