git.videolan.org
/
vlc.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
* ALL: separation of the SPU engine from the VOUT.
[vlc.git]
/
include
/
vlc_objects.h
diff --git
a/include/vlc_objects.h
b/include/vlc_objects.h
index
002fe10
..
70db7b6
100644
(file)
--- a/
include/vlc_objects.h
+++ b/
include/vlc_objects.h
@@
-54,6
+54,8
@@
#define VLC_OBJECT_STREAM (-20)
#define VLC_OBJECT_OPENGL (-21)
#define VLC_OBJECT_FILTER (-22)
+#define VLC_OBJECT_VOD (-23)
+#define VLC_OBJECT_SPU (-24)
#define VLC_OBJECT_GENERIC (-666)