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
350c3b80
Commit
350c3b80
authored
Jul 19, 2009
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Privatized es_out_mode_e.
parent
cd9f7455
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
include/vlc_es_out.h
include/vlc_es_out.h
+0
-8
src/input/es_out.h
src/input/es_out.h
+8
-0
No files found.
include/vlc_es_out.h
View file @
350c3b80
...
...
@@ -34,14 +34,6 @@
* @{
*/
enum
es_out_mode_e
{
ES_OUT_MODE_NONE
,
/* don't select anything */
ES_OUT_MODE_ALL
,
/* eg for stream output */
ES_OUT_MODE_AUTO
,
/* best audio/video or for input follow audio-track, sub-track */
ES_OUT_MODE_PARTIAL
/* select programs given after --programs */
};
enum
es_out_query_e
{
/* set ES selected for the es category (audio/video/spu) */
...
...
src/input/es_out.h
View file @
350c3b80
...
...
@@ -31,6 +31,14 @@
#include <vlc_common.h>
enum
es_out_mode_e
{
ES_OUT_MODE_NONE
,
/* don't select anything */
ES_OUT_MODE_ALL
,
/* eg for stream output */
ES_OUT_MODE_AUTO
,
/* best audio/video or for input follow audio-track, sub-track */
ES_OUT_MODE_PARTIAL
/* select programs given after --programs */
};
enum
es_out_query_private_e
{
...
...
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