Mercurial > mplayer.hg
changeset 35776:85d45ea7ba5d
Add comments.
author | ib |
---|---|
date | Fri, 25 Jan 2013 10:55:19 +0000 |
parents | 745d887d4975 |
children | 6d576acb772b |
files | gui/ui/actions.c |
diffstat | 1 files changed, 6 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/ui/actions.c Fri Jan 25 10:49:37 2013 +0000 +++ b/gui/ui/actions.c Fri Jan 25 10:55:19 2013 +0000 @@ -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) {