]> git.sesse.net Git - vlc/commitdiff
Cosmetic.
authorLaurent Aimar <fenrir@videolan.org>
Sun, 18 Jan 2009 15:09:36 +0000 (16:09 +0100)
committerLaurent Aimar <fenrir@videolan.org>
Sun, 18 Jan 2009 16:49:51 +0000 (17:49 +0100)
src/input/clock.c

index 0b8a5348cd117f3ee631eadf83e31f6b52de4a2c..7ef5dba9a867d0aa204c4c0539b38b91979f901b 100644 (file)
@@ -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)