[cvs] / xvidcore / src / image / font.c Repository:
ViewVC logotype

Diff of /xvidcore/src/image/font.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.4.2.3, Wed Oct 1 23:23:01 2003 UTC revision 1.7, Tue Nov 22 10:23:01 2005 UTC
# Line 561  Line 561 
561    
562  #define FONT_ZOOM       4  #define FONT_ZOOM       4
563    
564  void draw_num(IMAGE * img, const int stride, const int height,  static void
565    draw_num(IMAGE * img, const int stride, const int height,
566                            const char * font, const int x, const int y)                            const char * font, const int x, const int y)
567  {  {
568          int i, j;          int i, j;
# Line 590  Line 591 
591    
592          va_start(args, fmt);          va_start(args, fmt);
593          vsprintf(buf, fmt, args);          vsprintf(buf, fmt, args);
594            va_end(args);
595    
596          for (i = 0; i < buf[i]; i++) {          for (i = 0; i < buf[i]; i++) {
597                  const char * font;                  const char * font;

Legend:
Removed from v.1.4.2.3  
changed lines
  Added in v.1.7

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4