]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/vaapi.c
avcodec/hq_hqa: remove superfluous log message
[ffmpeg] / libavcodec / vaapi.c
index 15531e46bdc00d78fc055ad49a3e5105a2df3b90..6ac22e64fac7686fb21559cf739513e450618172 100644 (file)
@@ -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);