[vlc-commits] [Git][videolan/vlc][master] VLCSampleBufferDisplay: remove stray debug log

Steve Lhomme (@robUx4) gitlab at videolan.org
Fri Mar 7 07:06:23 UTC 2025



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
d6aaaf83 by Alexandre Janniaux at 2025-03-07T06:46:53+00:00
VLCSampleBufferDisplay: remove stray debug log

This was not supposed to be committed (hence the lack of casts to string
chars).

- - - - -


1 changed file:

- modules/video_output/apple/VLCSampleBufferDisplay.m


Changes:

=====================================
modules/video_output/apple/VLCSampleBufferDisplay.m
=====================================
@@ -1105,7 +1105,6 @@ static int UpdateFormat(vout_display_t *vd, const video_format_t *fmt,
                         vlc_video_context *vctx)
 {
     VLCSampleBufferDisplay *sys = (__bridge VLCSampleBufferDisplay*)vd->sys;
-    msg_Dbg(vd, "Update format! from %4.4s to %4.4s", &vd->fmt->i_chroma, &fmt->i_chroma);
 
     // Display will only work with CVPX video context
     filter_t *converter = NULL;



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d6aaaf832cef083d8742acedd09ab3a16a180867

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d6aaaf832cef083d8742acedd09ab3a16a180867
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list