[vlc-devel] [PATCH 09/13] add input control command
Aaron Wang
hughwung at gmail.com
Wed Sep 16 15:49:47 CEST 2015
---
src/input/input_internal.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/input/input_internal.h b/src/input/input_internal.h
index cf27ff3..1706b5e 100644
--- a/src/input/input_internal.h
+++ b/src/input/input_internal.h
@@ -201,6 +201,8 @@ enum input_control_e
INPUT_CONTROL_SET_ES,
INPUT_CONTROL_RESTART_ES,
+ INPUT_CONTROL_SET_ES2,
+ INPUT_CONTROL_RESTART_ES2,
INPUT_CONTROL_SET_AUDIO_DELAY,
INPUT_CONTROL_SET_SPU_DELAY,
--
1.9.1
More information about the vlc-devel
mailing list