vlc | branch: master | Alexandre Janniaux <[email protected]> | Thu Jan 21 10:52:21 2021 +0100| [daf2388225b5cdcd1a1b873149d4af6a6b849675] | committer: Alexandre Janniaux
mpeg: ts: remove unused variable > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=daf2388225b5cdcd1a1b873149d4af6a6b849675 --- modules/mux/mpeg/ts.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/mux/mpeg/ts.c b/modules/mux/mpeg/ts.c index c5df6a1d3b..069b39affd 100644 --- a/modules/mux/mpeg/ts.c +++ b/modules/mux/mpeg/ts.c @@ -812,7 +812,7 @@ static int ActiveKeyCallback( vlc_object_t *p_this, char const *psz_cmd, VLC_UNUSED(psz_cmd); VLC_UNUSED(oldval); VLC_UNUSED(p_data); sout_mux_t *p_mux = (sout_mux_t*)p_this; sout_mux_sys_t *p_sys = p_mux->p_sys; - int i_res, use_odd = -1; + int use_odd = -1; if( !strcmp(newval.psz_string, "odd" ) || !strcmp(newval.psz_string, "first" ) || _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
