[vlc-commits] [Git][videolan/vlc][master] screen/mac: remove duplicate static keyword

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Sat Apr 9 09:25:06 UTC 2022



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


More information about the vlc-commits mailing list