[vlc-commits] Typos
Rémi Denis-Courmont
git at videolan.org
Tue Mar 13 20:29:24 CET 2012
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Tue Mar 13 21:29:18 2012 +0200| [7502f4a1a9c14219b040843e3334b045a5dc6bfe] | committer: Rémi Denis-Courmont
Typos
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7502f4a1a9c14219b040843e3334b045a5dc6bfe
---
include/vlc_demux.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/vlc_demux.h b/include/vlc_demux.h
index 2ae2f84..a5b5257 100644
--- a/include/vlc_demux.h
+++ b/include/vlc_demux.h
@@ -110,7 +110,7 @@ enum demux_query_e
DEMUX_SET_TITLE, /* arg1= int can fail */
DEMUX_SET_SEEKPOINT, /* arg1= int can fail */
- /* DEMUX_SET_GROUP only a hit for demuxer (mainly DVB) to allow not
+ /* DEMUX_SET_GROUP only a hint for demuxer (mainly DVB) to allow not
* reading everything (you should not use this to call es_out_Control)
* if you don't know what to do with it, just IGNORE it, it is safe(r)
* -1 means all group, 0 default group (first es added) */
@@ -118,7 +118,7 @@ enum demux_query_e
/* Ask the demux to demux until the given date at the next pf_demux call
* but not more (and not less, at the precision available of course).
- * XXX: not mandatory (except for subtitle demux) but I will help a lot
+ * XXX: not mandatory (except for subtitle demux) but will help a lot
* for multi-input
*/
DEMUX_SET_NEXT_DEMUX_TIME, /* arg1= int64_t * can fail */
More information about the vlc-commits
mailing list