Commit 7502f4a1 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Typos

parent 7b333bda
...@@ -110,7 +110,7 @@ enum demux_query_e ...@@ -110,7 +110,7 @@ enum demux_query_e
DEMUX_SET_TITLE, /* arg1= int can fail */ DEMUX_SET_TITLE, /* arg1= int can fail */
DEMUX_SET_SEEKPOINT, /* 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) * 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) * 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) */ * -1 means all group, 0 default group (first es added) */
...@@ -118,7 +118,7 @@ enum demux_query_e ...@@ -118,7 +118,7 @@ enum demux_query_e
/* Ask the demux to demux until the given date at the next pf_demux call /* 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). * 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 * for multi-input
*/ */
DEMUX_SET_NEXT_DEMUX_TIME, /* arg1= int64_t * can fail */ DEMUX_SET_NEXT_DEMUX_TIME, /* arg1= int64_t * can fail */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment