[vlc-commits] livehttp: remove write-only variable

Steve Lhomme git at videolan.org
Wed Sep 19 11:58:10 CEST 2018


vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon May  7 16:49:02 2018 +0200| [f5de48d9771826b52cf29fa2cffc340da16a44e6] | committer: Steve Lhomme

livehttp: remove write-only variable

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

 modules/access_output/livehttp.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/modules/access_output/livehttp.c b/modules/access_output/livehttp.c
index 221220818a..6f820efe0c 100644
--- a/modules/access_output/livehttp.c
+++ b/modules/access_output/livehttp.c
@@ -181,7 +181,6 @@ typedef struct
     char *psz_keyfile;
     vlc_tick_t i_keyfile_modification;
     vlc_tick_t i_opendts;
-    vlc_tick_t i_dts_offset;
     vlc_tick_t  i_seglenm;
     uint32_t i_segment;
     size_t  i_seglen;
@@ -255,7 +254,6 @@ static int Open( vlc_object_t *p_this )
 
     p_sys->stuffing_size = 0;
     p_sys->i_opendts = VLC_TICK_INVALID;
-    p_sys->i_dts_offset  = 0;
 
     p_sys->psz_indexPath = NULL;
     psz_idx = var_GetNonEmptyString( p_access, SOUT_CFG_PREFIX "index" );



More information about the vlc-commits mailing list