mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-03 14:32:16 +02:00
vulkan_av1: remove an invalid debug print
Leftover.
This commit is contained in:
parent
3e3d46309b
commit
e6a12a5214
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user