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
c1a8ce51
Commit
c1a8ce51
authored
Feb 02, 2004
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* stream: gcc < 3 fix.
parent
8e47fe81
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/input/stream.c
src/input/stream.c
+2
-2
No files found.
src/input/stream.c
View file @
c1a8ce51
...
...
@@ -2,7 +2,7 @@
* stream.c
*****************************************************************************
* Copyright (C) 1999-2004 VideoLAN
* $Id: stream.c,v 1.1
4 2004/01/26 20:48:10
fenrir Exp $
* $Id: stream.c,v 1.1
5 2004/02/02 13:00:53
fenrir Exp $
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
...
...
@@ -163,8 +163,8 @@ static int IStreamControl( stream_t *s, int i_query, va_list args )
case
STREAM_SET_POSITION
:
{
i64
=
(
int64_t
)
va_arg
(
args
,
int64_t
);
int64_t
i_skip
;
i64
=
(
int64_t
)
va_arg
(
args
,
int64_t
);
vlc_mutex_lock
(
&
p_input
->
stream
.
stream_lock
);
if
(
i64
<
0
||
...
...
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