vlc | branch: master | Steve Lhomme <[email protected]> | Tue Jan 26 16:21:13 2016 +0100| [34506cb8ddc0c335019e4fac30d34b6e105d8a99] | committer: Rémi Denis-Courmont
input: VLC_COMMON_MEMBERS should not use a semicolon Signed-off-by: Rémi Denis-Courmont <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=34506cb8ddc0c335019e4fac30d34b6e105d8a99 --- src/input/input_internal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/input/input_internal.h b/src/input/input_internal.h index 249ef2e..b68bec7 100644 --- a/src/input/input_internal.h +++ b/src/input/input_internal.h @@ -40,7 +40,7 @@ /* input_source_t: gathers all information per input source */ typedef struct { - VLC_COMMON_MEMBERS; + VLC_COMMON_MEMBERS demux_t *p_demux; /**< Demux plugin instance */ _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
