Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
e2ac0530
Commit
e2ac0530
authored
Jul 24, 2015
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
stream: restore values of STREAM_ position/size controls
parent
41683dae
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
include/vlc_stream.h
include/vlc_stream.h
+1
-3
No files found.
include/vlc_stream.h
View file @
e2ac0530
...
@@ -83,13 +83,11 @@ enum stream_query_e
...
@@ -83,13 +83,11 @@ enum stream_query_e
STREAM_CAN_FASTSEEK
,
/**< arg1= bool * res=cannot fail*/
STREAM_CAN_FASTSEEK
,
/**< arg1= bool * res=cannot fail*/
STREAM_CAN_PAUSE
,
/**< arg1= bool * res=cannot fail*/
STREAM_CAN_PAUSE
,
/**< arg1= bool * res=cannot fail*/
STREAM_CAN_CONTROL_PACE
,
/**< arg1= bool * res=cannot fail*/
STREAM_CAN_CONTROL_PACE
,
/**< arg1= bool * res=cannot fail*/
STREAM_IS_DIRECTORY
,
/**< arg1= bool *, arg2= bool *, arg3=bool *, res=cannot fail*/
/* */
/* */
STREAM_SET_POSITION
,
/**< arg1= uint64_t res=can fail */
STREAM_SET_POSITION
,
/**< arg1= uint64_t res=can fail */
STREAM_GET_POSITION
,
/**< arg1= uint64_t * res=cannot fail*/
STREAM_GET_POSITION
,
/**< arg1= uint64_t * res=cannot fail*/
STREAM_GET_SIZE
,
/**< arg1= uint64_t * res=can fail */
STREAM_GET_SIZE
,
/**< arg1= uint64_t * res=can fail */
STREAM_IS_DIRECTORY
,
/**< arg1= bool *, arg2= bool *, arg3=bool *, res=cannot fail*/
/* */
/* */
STREAM_GET_PTS_DELAY
=
0x101
,
/**< arg1= int64_t* res=cannot fail */
STREAM_GET_PTS_DELAY
=
0x101
,
/**< arg1= int64_t* res=cannot 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