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
_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to