es_out: rephrase documentation for vlc_epg_t::p_current

Signed-off-by: Thomas Guillem <thomas@gllm.fr>
This commit is contained in:
Filip Roséen 2017-01-10 13:52:34 +01:00 committed by Thomas Guillem
parent 265e967051
commit d6b80fe331
1 changed files with 1 additions and 1 deletions

View File

@ -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;
/**