[vlc-devel] commit: Cosmetic. (Laurent Aimar )

git version control git at videolan.org
Sun Jan 18 17:56:22 CET 2009


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Sun Jan 18 16:09:36 2009 +0100| [52c7e46fa529906127f80341b680ebee0957ec75] | committer: Laurent Aimar 

Cosmetic.

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

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

diff --git a/src/input/clock.c b/src/input/clock.c
index 0b8a534..7ef5dba 100644
--- a/src/input/clock.c
+++ b/src/input/clock.c
@@ -68,7 +68,7 @@
  * in all the FIFOs, but it may be not enough.
  */
 
-/* p_input->p->i_cr_average : Maximum number of samples used to compute the
+/* i_cr_average : Maximum number of samples used to compute the
  * dynamic average value.
  * We use the following formula :
  * new_average = (old_average * c_average + new_sample_value) / (c_average +1)




More information about the vlc-devel mailing list