Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jean-Baptiste Kempf
VLC
Commits
ec88aa05
Commit
ec88aa05
authored
Apr 26, 2005
by
Laurent Aimar
Browse files
* vlc_input.h: added INPUT_DEL_INFO.
parent
45cd6d75
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/vlc_input.h
View file @
ec88aa05
...
...
@@ -439,9 +439,10 @@ enum input_query_e
INPUT_SET_SPU_DELAY
,
/* arg1 = int res=can fail */
/* Meta datas */
INPUT_ADD_INFO
,
/* arg1= char * arg2= char * arg3=... res=can fail */
INPUT_GET_INFO
,
/* arg1= char * arg2= char * arg3= char ** res=can fail*/
INPUT_SET_NAME
,
/* arg1= char * res=can fail */
INPUT_ADD_INFO
,
/* arg1= char* arg2= char* arg3=... res=can fail */
INPUT_GET_INFO
,
/* arg1= char* arg2= char* arg3= char** res=can fail */
INPUT_DEL_INFO
,
/* arg1= char* arg2= char* res=can fail */
INPUT_SET_NAME
,
/* arg1= char* res=can fail */
/* Input config options */
INPUT_ADD_OPTION
,
/* arg1= char * arg2= char * res=can fail*/
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment