vlc | branch: master | Filip Roséen <[email protected]> | Tue Jan 10 13:52:34 2017 +0100| [d6b80fe33145100636a3ea7fc3d85ab2de72f8a9] | committer: Thomas Guillem
es_out: rephrase documentation for vlc_epg_t::p_current Signed-off-by: Thomas Guillem <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d6b80fe33145100636a3ea7fc3d85ab2de72f8a9 --- include/vlc_epg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vlc_epg.h b/include/vlc_epg.h index 2ce8b60..7b39edc 100644 --- a/include/vlc_epg.h +++ b/include/vlc_epg.h @@ -50,7 +50,7 @@ typedef struct size_t i_event; vlc_epg_event_t **pp_event; bool b_present; /* Contains present/following or similar, and sets below */ - const vlc_epg_event_t *p_current; /* Can be null or should be the same than one of pp_event entry */ + const vlc_epg_event_t *p_current; /* NULL, or equal to one of the entries in pp_event */ } vlc_epg_t; /** _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
