Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-gpu
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-gpu
Commits
ab35d854
Commit
ab35d854
authored
Mar 11, 2009
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Export ES_OUT_GET_EMPTY which is needed for interactive video.
parent
bca43954
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
include/vlc_es_out.h
include/vlc_es_out.h
+7
-0
src/input/es_out.h
src/input/es_out.h
+0
-3
No files found.
include/vlc_es_out.h
View file @
ab35d854
...
@@ -83,6 +83,13 @@ enum es_out_query_e
...
@@ -83,6 +83,13 @@ enum es_out_query_e
/* Set scrambled state for one es */
/* Set scrambled state for one es */
ES_OUT_SET_ES_SCRAMBLED_STATE
,
/* arg1=int i_group arg2=es_out_id_t* */
ES_OUT_SET_ES_SCRAMBLED_STATE
,
/* arg1=int i_group arg2=es_out_id_t* */
/* Stop any buffering being done, and ask if es_out has no more data to
* play.
* It will not block and so MUST be used carrefully. The only good reason
* is for interactive playback (like for DVD menu).
* XXX You SHALL call ES_OUT_RESET_PCR before any other es_out_Control/Send calls. */
ES_OUT_GET_EMPTY
,
/* arg1=bool* res=cannot fail */
/* First value usable for private control */
/* First value usable for private control */
ES_OUT_PRIVATE_START
=
0x10000
,
ES_OUT_PRIVATE_START
=
0x10000
,
};
};
...
...
src/input/es_out.h
View file @
ab35d854
...
@@ -51,9 +51,6 @@ enum es_out_query_private_e
...
@@ -51,9 +51,6 @@ enum es_out_query_private_e
/* Get buffering state */
/* Get buffering state */
ES_OUT_GET_BUFFERING
,
/* arg1=bool* res=cannot fail */
ES_OUT_GET_BUFFERING
,
/* arg1=bool* res=cannot fail */
/* Check if es_out has still data to play */
ES_OUT_GET_EMPTY
,
/* arg1=bool* res=cannot fail */
/* Set delay for a ES category */
/* Set delay for a ES category */
ES_OUT_SET_DELAY
,
/* arg1=es_category_e, res=can fail */
ES_OUT_SET_DELAY
,
/* arg1=es_category_e, res=can fail */
...
...
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