New TLS object type

This commit is contained in:
Rémi Denis-Courmont 2004-11-06 10:43:35 +00:00
parent 6276fe3bf0
commit eb44afac8a

View 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)