[vlc-commits] voc: start at VLC_TS_0, not VLC_TS_0 + 1

Rémi Denis-Courmont git at videolan.org
Fri May 4 12:26:45 CEST 2018


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri May  4 13:22:38 2018 +0300| [5600e4f518835827bede96d1d27cea42ce0bbfb9] | committer: Rémi Denis-Courmont

voc: start at VLC_TS_0, not VLC_TS_0 + 1

Bug cargo-culted from wav

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5600e4f518835827bede96d1d27cea42ce0bbfb9
---

 modules/demux/voc.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/demux/voc.c b/modules/demux/voc.c
index a3d0516cfb..bf376e7c0f 100644
--- a/modules/demux/voc.c
+++ b/modules/demux/voc.c
@@ -117,7 +117,6 @@ static int Open( vlc_object_t * p_this )
     p_sys->p_es = NULL;
 
     date_Init( &p_sys->pts, 1, 1 );
-    date_Set( &p_sys->pts, 1 );
 
     es_format_Init( &p_sys->fmt, AUDIO_ES, 0 );
     p_demux->pf_demux = Demux;



More information about the vlc-commits mailing list