X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fvlc_es_out.h;h=b5853456fa8c95a3b97e36715d6104a50abcf53f;hb=08062ae3e0b040022b3e64f357628ad98f1ab572;hp=f86b3b7b9467611007511c99740582f5d4af1cf8;hpb=93cbb89ab431546a28d011b25240a383eeda7804;p=vlc diff --git a/include/vlc_es_out.h b/include/vlc_es_out.h index f86b3b7b94..b5853456fa 100644 --- a/include/vlc_es_out.h +++ b/include/vlc_es_out.h @@ -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.