[vlc-devel] [PATCH 2/2] mpeg: ts: remove unused variable
Alexandre Janniaux
ajanni at videolabs.io
Thu Jan 21 11:49:04 UTC 2021
---
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" ) ||
--
2.30.0
More information about the vlc-devel
mailing list