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
f56a36d4
Commit
f56a36d4
authored
Sep 08, 2003
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* stream : convert a msg_Err into msg_Warn.
parent
2171d2e9
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 @
f56a36d4
...
...
@@ -2,7 +2,7 @@
* stream.c
*****************************************************************************
* Copyright (C) 1999-2001 VideoLAN
* $Id: stream.c,v 1.
4 2003/08/20 01:18:50
fenrir Exp $
* $Id: stream.c,v 1.
5 2003/09/08 00:36:26
fenrir Exp $
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
...
...
@@ -120,7 +120,7 @@ int stream_vaControl( stream_t *s, int i_query, va_list args )
s
->
p_input
->
stream
.
p_selected_area
->
i_size
<
i64
)
)
{
vlc_mutex_unlock
(
&
s
->
p_input
->
stream
.
stream_lock
);
msg_
Err
(
s
,
"seek out of bound"
);
msg_
Warn
(
s
,
"seek out of bound"
);
return
VLC_EGENERIC
;
}
vlc_mutex_unlock
(
&
s
->
p_input
->
stream
.
stream_lock
);
...
...
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