Mercurial > mplayer.hg
comparison libvo/vo_caca.c @ 24046:7e2808fb1807
Identifiers should not start with two underscores.
author | diego |
---|---|
date | Wed, 15 Aug 2007 10:34:53 +0000 |
parents | 144162149176 |
children | 3aee342be929 |
comparison
equal
deleted
inserted
replaced
24045:57f547f4ed89 | 24046:7e2808fb1807 |
---|---|
285 | 285 |
286 static void draw_osd(void) | 286 static void draw_osd(void) |
287 { | 287 { |
288 if (vo_osd_progbar_type != -1) | 288 if (vo_osd_progbar_type != -1) |
289 osdpercent(MESSAGE_DURATION, 0, 255, | 289 osdpercent(MESSAGE_DURATION, 0, 255, |
290 vo_osd_progbar_value, __sub_osd_names[vo_osd_progbar_type], | 290 vo_osd_progbar_value, sub_osd_names[vo_osd_progbar_type], |
291 ""); | 291 ""); |
292 } | 292 } |
293 | 293 |
294 static int preinit(const char *arg) | 294 static int preinit(const char *arg) |
295 { | 295 { |