[vlc-commits] fix code spacing in vlc_sout.h
Steve Lhomme
git at videolan.org
Fri Dec 18 11:52:38 CET 2015
vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | 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 <jb at videolan.org>
> 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 */
More information about the vlc-commits
mailing list