[FFmpeg-cvslog] vulkan_av1: remove an invalid debug print

Lynne git at videolan.org
Fri Jul 21 21:07:02 EEST 2023


ffmpeg | branch: master | Lynne <dev at lynne.ee> | Fri Jul 21 19:34:00 2023 +0200| [e6a12a5214b8d14f1fe88c655548e411c1503ff9] | committer: Lynne

vulkan_av1: remove an invalid debug print

Leftover.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e6a12a5214b8d14f1fe88c655548e411c1503ff9
---

 libavcodec/vulkan_av1.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libavcodec/vulkan_av1.c b/libavcodec/vulkan_av1.c
index e06457bbc3..d0f4019248 100644
--- a/libavcodec/vulkan_av1.c
+++ b/libavcodec/vulkan_av1.c
@@ -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;
 



More information about the ffmpeg-cvslog mailing list