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
dfa1e483
Commit
dfa1e483
authored
Jan 26, 2004
by
Laurent Aimar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* mmsh: msg_Err -> msg_Dbg.
parent
dd3fdce5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/access/mms/mmsh.c
modules/access/mms/mmsh.c
+2
-2
No files found.
modules/access/mms/mmsh.c
View file @
dfa1e483
...
...
@@ -2,7 +2,7 @@
* mmsh.c:
*****************************************************************************
* Copyright (C) 2001, 2002 VideoLAN
* $Id: mmsh.c,v 1.
7 2004/01/21 16:56:16
fenrir Exp $
* $Id: mmsh.c,v 1.
8 2004/01/26 16:30:34
fenrir Exp $
*
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
...
...
@@ -322,7 +322,7 @@ static void Seek( input_thread_t * p_input, off_t i_pos )
i_packet
=
(
i_pos
-
p_sys
->
i_header
)
/
p_sys
->
asfh
.
i_min_data_packet_size
;
i_offset
=
(
i_pos
-
p_sys
->
i_header
)
%
p_sys
->
asfh
.
i_min_data_packet_size
;
msg_
Err
(
p_input
,
"seeking to "
I64Fd
,
i_pos
);
msg_
Dbg
(
p_input
,
"seeking to "
I64Fd
,
i_pos
);
vlc_mutex_lock
(
&
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