]> git.sesse.net Git - vlc/blobdiff - include/vlc_es_out.h
playlist: Handle vlc_InputItemErrorWhenReadingChanged events.
[vlc] / include / vlc_es_out.h
index f86b3b7b9467611007511c99740582f5d4af1cf8..b5853456fa8c95a3b97e36715d6104a50abcf53f 100644 (file)
@@ -64,7 +64,7 @@ enum es_out_query_e
 
     /* PCR handling, DTS/PTS will be automatically computed using thoses PCR
      * XXX: SET_PCR(_GROUP) are in charge of the pace control. They will wait
-     * to slow down the demuxer to read to the right speed.
+     * to slow down the demuxer so that it reads at the right speed.
      * XXX: if you want PREROLL just call RESET_PCR and
      * ES_OUT_SET_NEXT_DISPLAY_TIME and send data to the decoder *without*
      * calling SET_PCR until preroll is finished.