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
ccd5e0c2
Commit
ccd5e0c2
authored
Feb 24, 2003
by
sigmunau
Browse files
updated documentation to reflect that input_AccessReinit should be called
before, and not after a random seek
parent
a8e7b700
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/input/input_ext-plugins.c
View file @
ccd5e0c2
...
...
@@ -2,7 +2,7 @@
* input_ext-plugins.c: useful functions for access and demux plug-ins
*****************************************************************************
* Copyright (C) 2001, 2002 VideoLAN
* $Id: input_ext-plugins.c,v 1.2
8
2003/02/
06 23:55:29 massiot
Exp $
* $Id: input_ext-plugins.c,v 1.2
9
2003/02/
24 14:40:22 sigmunau
Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
...
...
@@ -610,7 +610,7 @@ int input_AccessInit( input_thread_t * p_input )
}
/*****************************************************************************
* input_AccessReinit: reinit structures
after
a random seek
* input_AccessReinit: reinit structures
before
a random seek
*****************************************************************************/
void
input_AccessReinit
(
input_thread_t
*
p_input
)
{
...
...
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