Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
8bf98016
Commit
8bf98016
authored
May 31, 2007
by
Damien Fouilleul
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vlc_demux.h: that one was forgotten in r20365
parent
a8a47dd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
include/vlc_demux.h
include/vlc_demux.h
+2
-1
No files found.
include/vlc_demux.h
View file @
8bf98016
...
...
@@ -113,7 +113,8 @@ enum demux_query_e
DEMUX_CAN_PAUSE
,
/* arg1= vlc_bool_t* cannot fail */
DEMUX_CAN_CONTROL_PACE
,
/* arg1= vlc_bool_t* cannot fail */
DEMUX_GET_PTS_DELAY
,
/* arg1= int64_t* cannot fail */
DEMUX_SET_PAUSE_STATE
/* arg1= vlc_bool_t can fail */
DEMUX_SET_PAUSE_STATE
,
/* arg1= vlc_bool_t can fail */
DEMUX_GET_ATTACHMENTS
/* arg1= int, arg2= attachment_t*** can fail */
};
VLC_EXPORT
(
int
,
demux2_vaControlHelper
,
(
stream_t
*
,
int64_t
i_start
,
int64_t
i_end
,
int
i_bitrate
,
int
i_align
,
int
i_query
,
va_list
args
)
);
...
...
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