[vlc-commits] demux: asf: fix PCR reset call
Francois Cartegnie
git at videolan.org
Fri May 16 21:06:33 CEST 2014
vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Fri May 16 20:54:52 2014 +0200| [2471b26c650283ea6eb5e5dfe6c725f8222c3759] | committer: Francois Cartegnie
demux: asf: fix PCR reset call
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2471b26c650283ea6eb5e5dfe6c725f8222c3759
---
modules/demux/asf/asf.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/demux/asf/asf.c b/modules/demux/asf/asf.c
index df7735e..41d9511 100644
--- a/modules/demux/asf/asf.c
+++ b/modules/demux/asf/asf.c
@@ -377,7 +377,7 @@ static void SeekPrepare( demux_t *p_demux )
tk->p_frame = NULL;
}
- es_out_Control( p_demux->out, ES_OUT_RESET_PCR, VLC_TS_INVALID );
+ es_out_Control( p_demux->out, ES_OUT_RESET_PCR );
}
/*****************************************************************************
More information about the vlc-commits
mailing list