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:
37666a1
)
* modules/demux/ogg.c: fix for --input-repeat
author
Gildas Bazin
<gbazin@videolan.org>
Wed, 7 Jul 2004 13:32:46 +0000
(13:32 +0000)
committer
Gildas Bazin
<gbazin@videolan.org>
Wed, 7 Jul 2004 13:32:46 +0000
(13:32 +0000)
modules/demux/ogg.c
patch
|
blob
|
history
diff --git
a/modules/demux/ogg.c
b/modules/demux/ogg.c
index
4eb9cc2
..
ff68655
100644
(file)
--- a/
modules/demux/ogg.c
+++ b/
modules/demux/ogg.c
@@
-247,8
+247,8
@@
static int Demux( demux_t * p_demux )
Ogg_EndOfStream( p_demux );
}
- if( Ogg_BeginningOfStream( p_demux ) != VLC_SUCCESS ) return 0;
p_sys->i_eos = 0;
+ if( Ogg_BeginningOfStream( p_demux ) != VLC_SUCCESS ) return 0;
msg_Dbg( p_demux, "beginning of a group of logical streams" );
es_out_Control( p_demux->out, ES_OUT_RESET_PCR );