Browse Source

es_out: rephrase documentation for vlc_epg_t::p_current

Signed-off-by: Thomas Guillem <thomas@gllm.fr>
pull/39/merge
Filip Roséen 9 years ago
committed by Thomas Guillem
parent
commit
d6b80fe331
  1. 2
      include/vlc_epg.h

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

Loading…
Cancel
Save