Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
9907bdb5 by Marvin Scholz at 2022-04-09T08:42:40+00:00
screen/mac: remove duplicate static keyword

- - - - -


1 changed file:

- modules/access/screen/mac.c


Changes:

=====================================
modules/access/screen/mac.c
=====================================
@@ -148,7 +148,7 @@ int screen_InitCapture(demux_t *p_demux)
     return VLC_SUCCESS;
 }
 
-static static void screen_CloseCapture(screen_data_t *p_data)
+static void screen_CloseCapture(screen_data_t *p_data)
 {
     if (p_data->offscreen_context)
         CFRelease(p_data->offscreen_context);



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

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/9907bdb58de97ac5fe6bc057c96ae09182d375f9
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