[vlc-devel] [RFC PATCH 2/8] modules: add SUBCAT_ADVANCED_RENDERER

Thomas Guillem thomas at gllm.fr
Thu Feb 18 17:33:12 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 46abe4e..dc9119c 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