[vlc-devel] commit: Fix previous commit ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sun Jun 29 22:19:53 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sun Jun 29 23:21:53 2008 +0300| [6b47943ac3dc7fa866dbcf00cab7893daae75bcb]
Fix previous commit
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6b47943ac3dc7fa866dbcf00cab7893daae75bcb
---
include/vlc_es_out.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/vlc_es_out.h b/include/vlc_es_out.h
index f86b3b7..b585345 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.
More information about the vlc-devel
mailing list