]> git.sesse.net Git - vlc/commitdiff
New TLS object type
authorRémi Denis-Courmont <rem@videolan.org>
Sat, 6 Nov 2004 10:43:35 +0000 (10:43 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sat, 6 Nov 2004 10:43:35 +0000 (10:43 +0000)
include/vlc_objects.h

index 70db7b6c781a61f62367f9f764641acc7bb54203..6c040393c2531156436d26bc83f501e87517626a 100644 (file)
@@ -56,6 +56,7 @@
 #define VLC_OBJECT_FILTER     (-22)
 #define VLC_OBJECT_VOD        (-23)
 #define VLC_OBJECT_SPU        (-24)
+#define VLC_OBJECT_TLS        (-25)
 
 #define VLC_OBJECT_GENERIC  (-666)