1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

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

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]; 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. */ /* Workaround for a spec issue. */
ap->dec = dec; ap->dec = dec;