[vlc-commits] demux: ogg: remove no op

Francois Cartegnie git at videolan.org
Sun Jun 18 19:40:47 CEST 2017


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Sun Jun 18 19:39:40 2017 +0200| [89a6d4acd6bf622a2be2b12164a5512113d5d830] | committer: Francois Cartegnie

demux: ogg: remove no op

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

 modules/demux/ogg.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/demux/ogg.c b/modules/demux/ogg.c
index 129f02bf40..cfc3813fa8 100644
--- a/modules/demux/ogg.c
+++ b/modules/demux/ogg.c
@@ -2226,8 +2226,6 @@ static void Ogg_EndOfStream( demux_t *p_demux )
     p_ogg->skeleton.minor = 0;
     p_ogg->b_preparsing_done = false;
     p_ogg->b_es_created = false;
-    p_ogg->i_nzpcr_offset = (p_ogg->i_pcr >= VLC_TS_INVALID) ?
-                          p_ogg->i_pcr - VLC_TS_0 : 0;
 
     /* */
     if( p_ogg->p_meta )



More information about the vlc-commits mailing list