[vlc-commits] Spelling

Rémi Denis-Courmont git at videolan.org
Mon Apr 4 15:28:50 CEST 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Mon Apr  4 11:00:48 2011 +0300| [394b44d844db4603ffcf8d3fdd65e3c0a24650b2] | committer: Rémi Denis-Courmont

Spelling

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=394b44d844db4603ffcf8d3fdd65e3c0a24650b2
---

 src/input/es_out.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/input/es_out.c b/src/input/es_out.c
index eb1390c..a6e3fef 100644
--- a/src/input/es_out.c
+++ b/src/input/es_out.c
@@ -406,7 +406,8 @@ static mtime_t EsOutGetWakeup( es_out_t *out )
     /* We do not have a wake up date if the input cannot have its speed
      * controlled or sout is imposing its own or while buffering
      *
-     * FIXME for !p_input->p->b_can_pace_control a wkeup time is still needed to avoid too strong buffering */
+     * FIXME for !p_input->p->b_can_pace_control a wake-up time is still needed
+     * to avoid too heavy buffering */
     if( !p_input->p->b_can_pace_control ||
         p_input->p->b_out_pace_control ||
         p_sys->b_buffering )



More information about the vlc-commits mailing list