[MPlayer-cvslog] r35870 - trunk/gui/ui/actions.c

ib subversion at mplayerhq.hu
Fri Jan 25 11:55:19 CET 2013


Author: ib
Date: Fri Jan 25 11:55:19 2013
New Revision: 35870

Log:
Add comments.

Modified:
   trunk/gui/ui/actions.c

Modified: trunk/gui/ui/actions.c
==============================================================================
--- trunk/gui/ui/actions.c	Fri Jan 25 11:49:37 2013	(r35869)
+++ trunk/gui/ui/actions.c	Fri Jan 25 11:55:19 2013	(r35870)
@@ -57,10 +57,15 @@
 #include "stream/stream.h"
 #include "sub/sub.h"
 
-#define GUI_REDRAW_WAIT 375
+#define GUI_REDRAW_WAIT 375   // in milliseconds
 
 static unsigned int last_redraw_time;
 
+/**
+ * @brief Clear information not used for this @a type of stream.
+ *
+ * @param type stream type
+ */
 static void MediumPrepare(int type)
 {
     switch (type) {


More information about the MPlayer-cvslog mailing list