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
9ff8ab10
Commit
9ff8ab10
authored
Nov 27, 2009
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cosmetics.
parent
21edd87a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
src/input/input.c
src/input/input.c
+0
-2
src/input/input_internal.h
src/input/input_internal.h
+0
-2
No files found.
src/input/input.c
View file @
9ff8ab10
...
...
@@ -1578,7 +1578,6 @@ static bool Control( input_thread_t *p_input,
break
;
case
INPUT_CONTROL_SET_POSITION
:
case
INPUT_CONTROL_SET_POSITION_OFFSET
:
{
double
f_pos
;
...
...
@@ -1614,7 +1613,6 @@ static bool Control( input_thread_t *p_input,
}
case
INPUT_CONTROL_SET_TIME
:
case
INPUT_CONTROL_SET_TIME_OFFSET
:
{
int64_t
i_time
;
int
i_ret
;
...
...
src/input/input_internal.h
View file @
9ff8ab10
...
...
@@ -183,10 +183,8 @@ enum input_control_e
INPUT_CONTROL_SET_RATE_FASTER
,
INPUT_CONTROL_SET_POSITION
,
INPUT_CONTROL_SET_POSITION_OFFSET
,
INPUT_CONTROL_SET_TIME
,
INPUT_CONTROL_SET_TIME_OFFSET
,
INPUT_CONTROL_SET_PROGRAM
,
...
...
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