[vlc-devel] [PATCH 1/7] es_out: rephrase documentation for vlc_epg_t::p_current

Filip Roséen filip at atch.se
Tue Jan 10 13:52:34 CET 2017


---
 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 2ce8b60337..7b39edc418 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;
 
 /**
-- 
2.11.0



More information about the vlc-devel mailing list