comparison libvo/vo_pgm.c @ 1502:ccb1f3ddb29a

atlka@pg.gda.pl: utf8 opion corrected added draw_osd() funcion to libvo/vo_*.c files corrected indicators (brightness, sound etc.) to be in 0..100 range if we have Name.utf file it automatically switches to utf8 mode
author atlka
date Mon, 13 Aug 2001 11:33:34 +0000
parents a013b2124f05
children ed5b85b713a3
comparison
equal deleted inserted replaced
1501:d40f2b686846 1502:ccb1f3ddb29a
54 54
55 static const vo_info_t* 55 static const vo_info_t*
56 get_info(void) 56 get_info(void)
57 { 57 {
58 return &vo_info; 58 return &vo_info;
59 }
60
61 static void draw_osd(void)
62 {
59 } 63 }
60 64
61 static void flip_page (void) 65 static void flip_page (void)
62 { 66 {
63 FILE * f; 67 FILE * f;