1
0
Fork 0

lavfi/vaapi: Add some debug message

Signed-off-by: Fei Wang <fei.w.wang@intel.com>
This commit is contained in:
Fei Wang 2023-06-16 08:58:09 +08:00 committed by Haihao Xiang
parent f565da8346
commit f2d45bc565
1 changed files with 4 additions and 0 deletions

View File

@ -554,6 +554,10 @@ int ff_vaapi_vpp_init_params(AVFilterContext *avctx,
if (err < 0)
return err;
av_log(avctx, AV_LOG_DEBUG, "Filter frame from surface %#x to %#x.\n",
ff_vaapi_vpp_get_surface_id(input_frame),
ff_vaapi_vpp_get_surface_id(output_frame));
return 0;
}