Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
96b6dc5c
Commit
96b6dc5c
authored
Feb 24, 2003
by
Laurent Aimar
Browse files
* asf: fix seek for http.
parent
aa0acfb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/demux/asf/libasf.c
View file @
96b6dc5c
...
...
@@ -2,7 +2,7 @@
* libasf.c :
*****************************************************************************
* Copyright (C) 2001 VideoLAN
* $Id: libasf.c,v 1.1
0
2003/0
1/05 21:03:58 sigmunau
Exp $
* $Id: libasf.c,v 1.1
1
2003/0
2/24 09:26:26 fenrir
Exp $
* Authors: Laurent Aimar <fenrir@via.ecp.fr>
*
* This program is free software; you can redistribute it and/or modify
...
...
@@ -128,8 +128,8 @@ int ASF_SeekAbsolute( input_thread_t *p_input,
i_pos
<
i_filepos
||
i_pos
-
i_filepos
>
10000
)
)
{
p_input
->
pf_seek
(
p_input
,
i_pos
);
input_AccessReinit
(
p_input
);
p_input
->
pf_seek
(
p_input
,
i_pos
);
return
(
1
);
}
else
if
(
i_pos
>
i_filepos
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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