vlc | branch: master | Steve Lhomme <[email protected]> | Fri Dec 18 10:33:00 2015 +0100| [c2cd03e21088aa21de9842c46c0b125c0b5ebfaa] | committer: Jean-Baptiste Kempf
fix code spacing in vlc_sout.h Signed-off-by: Jean-Baptiste Kempf <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c2cd03e21088aa21de9842c46c0b125c0b5ebfaa --- include/vlc_sout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vlc_sout.h b/include/vlc_sout.h index aeae53a..d18be89 100644 --- a/include/vlc_sout.h +++ b/include/vlc_sout.h @@ -197,7 +197,7 @@ struct sout_stream_t sout_instance_t *p_sout; char *psz_name; - config_chain_t *p_cfg; + config_chain_t *p_cfg; sout_stream_t *p_next; /* add, remove a stream */ _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
