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
(parent:
6d9c2bc
)
Fixed typo in max pts_delay (60s not 601s)
author
Laurent Aimar
<fenrir@videolan.org>
Thu, 30 Apr 2009 20:38:09 +0000
(22:38 +0200)
committer
Laurent Aimar
<fenrir@videolan.org>
Thu, 30 Apr 2009 20:38:09 +0000
(22:38 +0200)
src/input/input.c
patch
|
blob
|
history
diff --git
a/src/input/input.c
b/src/input/input.c
index
4ff910f
..
c7afcfe
100644
(file)
--- a/
src/input/input.c
+++ b/
src/input/input.c
@@
-111,7
+111,7
@@
static void SubtitleAdd( input_thread_t *p_input, char *psz_subtitle, bool b_for
static void input_ChangeState( input_thread_t *p_input, int i_state ); /* TODO fix name */
/* Do not let a pts_delay from access/demux go beyong 60s */
-#define INPUT_PTS_DELAY_MAX INT64_C(60
1
000000)
+#define INPUT_PTS_DELAY_MAX INT64_C(60000000)
/*****************************************************************************
* This function creates a new input, and returns a pointer