vulkan_av1: remove an invalid debug print

Leftover.
This commit is contained in:
Lynne 2023-07-21 19:34:00 +02:00
parent 3e3d46309b
commit e6a12a5214
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464
1 changed files with 0 additions and 2 deletions

View File

@ -484,8 +484,6 @@ static int vk_av1_start_frame(AVCodecContext *avctx,
ap->av1_frame_header.film_grain.ar_coeffs_cr_plus_128[24] = film_grain->ar_coeffs_cr_plus_128[24];
}
av_log(avctx, AV_LOG_DEBUG, "Created frame parameters");
/* Workaround for a spec issue. */
ap->dec = dec;