git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
bd369da
)
* src/input/input.c: forgot to commit this during my last commit :p
author
Gildas Bazin
<gbazin@videolan.org>
Thu, 12 Dec 2002 15:23:43 +0000
(15:23 +0000)
committer
Gildas Bazin
<gbazin@videolan.org>
Thu, 12 Dec 2002 15:23:43 +0000
(15:23 +0000)
src/input/input.c
patch
|
blob
|
history
diff --git
a/src/input/input.c
b/src/input/input.c
index
5bdfbdd
..
908dfe3
100644
(file)
--- a/
src/input/input.c
+++ b/
src/input/input.c
@@
-4,7
+4,7
@@
* decoders.
*****************************************************************************
* Copyright (C) 1998-2002 VideoLAN
- * $Id: input.c,v 1.21
8 2002/12/06 16:34:08 sam
Exp $
+ * $Id: input.c,v 1.21
9 2002/12/12 15:23:43 gbazin
Exp $
*
* Authors: Christophe Massiot <massiot@via.ecp.fr>
*
@@
-90,6
+90,7
@@
input_thread_t *__input_CreateThread( vlc_object_t *p_parent,
p_input->i_bufsize = 0;
p_input->i_mtu = 0;
+ p_input->i_pts_delay = DEFAULT_PTS_DELAY;
/* Initialize statistics */
p_input->c_loops = 0;