[vlc-devel] [RFC PATCHv2 5/6] modules: add SUBCAT_ADVANCED_RENDERER

Thomas Guillem thomas at gllm.fr
Wed Mar 2 15:58:23 CET 2016


From: Steve Lhomme <robux4 at videolabs.io>

Will be used for the future renderer class
---
 include/vlc_plugin.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/vlc_plugin.h b/include/vlc_plugin.h
index 950f6ad..5668bae 100644
--- a/include/vlc_plugin.h
+++ b/include/vlc_plugin.h
@@ -176,6 +176,7 @@ enum vlc_module_properties
 #define CAT_ADVANCED 6
 #define SUBCAT_ADVANCED_MISC 602
 #define SUBCAT_ADVANCED_NETWORK 603
+#define SUBCAT_ADVANCED_RENDERER 604
 
 #define CAT_PLAYLIST 7
 #define SUBCAT_PLAYLIST_GENERAL 701
-- 
2.7.0



More information about the vlc-devel mailing list