Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Steve Lhomme
VLC
Commits
d0b88cac
Commit
d0b88cac
authored
Sep 28, 2017
by
François Cartegnie
🤞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vlc_es_out: update comments to avoid es state control misuses
parent
41ce842d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
include/vlc_es_out.h
include/vlc_es_out.h
+3
-2
No files found.
include/vlc_es_out.h
View file @
d0b88cac
...
...
@@ -35,7 +35,7 @@
enum
es_out_query_e
{
/* set
ES
selected
for the e
s category (audio/video/spu) */
/* set
or change the
selected
ES in it
s category (audio/video/spu) */
ES_OUT_SET_ES
,
/* arg1= es_out_id_t* */
ES_OUT_RESTART_ES
,
/* arg1= es_out_id_t* */
/* Restart all ES, destroying and recreating decoder/sout and potential
...
...
@@ -45,7 +45,8 @@ enum es_out_query_e
/* set 'default' tag on ES (copied across from container) */
ES_OUT_SET_ES_DEFAULT
,
/* arg1= es_out_id_t* */
/* force selection/unselection of the ES (bypass current mode) */
/* force (un)selection of the ES (bypass current mode)
XXX: this will not change the state of any other ES ! (see SET_ES) */
ES_OUT_SET_ES_STATE
,
/* arg1= es_out_id_t* arg2=bool */
ES_OUT_GET_ES_STATE
,
/* arg1= es_out_id_t* arg2=bool* */
...
...
Write
Preview
Markdown
is supported
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