[vlc-commits] macosx: Document latest changes in vlc_player_cbs

David Fuhrmann git at videolan.org
Tue Apr 16 00:01:38 CEST 2019


vlc | branch: master | David Fuhrmann <dfuhrmann at videolan.org> | Mon Apr 15 23:57:27 2019 +0200| [19fc035bb946ff285728e39bfd29051798cdc9fe] | committer: David Fuhrmann

macosx: Document latest changes in vlc_player_cbs

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=19fc035bb946ff285728e39bfd29051798cdc9fe
---

 modules/gui/macosx/playlist/VLCPlayerController.m | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/gui/macosx/playlist/VLCPlayerController.m b/modules/gui/macosx/playlist/VLCPlayerController.m
index 9de294b430..49833a538c 100644
--- a/modules/gui/macosx/playlist/VLCPlayerController.m
+++ b/modules/gui/macosx/playlist/VLCPlayerController.m
@@ -471,6 +471,7 @@ static const struct vlc_player_cbs player_callbacks = {
     NULL, //cb_player_item_epg_changed,
     NULL, //cb_player_subitems_changed,
     cb_player_vout_list_changed,
+    NULL, //on_cork_changed
 };
 
 #pragma mark - video specific callback implementations



More information about the vlc-commits mailing list