[vlc-commits] wav: start at VLC_TS_0, not VLC_TS_0 + 1
Rémi Denis-Courmont
git at videolan.org
Fri May 4 12:26:44 CEST 2018
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Fri May 4 13:22:38 2018 +0300| [f22246c14e017c6826f0e76b5db36f2d15fb725e] | committer: Rémi Denis-Courmont
wav: start at VLC_TS_0, not VLC_TS_0 + 1
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f22246c14e017c6826f0e76b5db36f2d15fb725e
---
modules/demux/wav.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/modules/demux/wav.c b/modules/demux/wav.c
index d93526f867..1a45525723 100644
--- a/modules/demux/wav.c
+++ b/modules/demux/wav.c
@@ -428,7 +428,6 @@ static int Open( vlc_object_t * p_this )
goto error;
date_Init( &p_sys->pts, p_sys->fmt.audio.i_rate, 1 );
- date_Set( &p_sys->pts, 1 );
return VLC_SUCCESS;
More information about the vlc-commits
mailing list