change to fixed rate refresh stratigy for vicons
[goodguy/history.git] / cinelerra-5.0 / guicast / test4.C
index e28ec10b1725b45077fda2f79722550977f523a8..6e9d27f72261b62ce374af58dd43e8434dcad708 100644 (file)
@@ -84,7 +84,7 @@ const char *cmdl[] = {
  "rgb_floatp", "rgba_floatp",
 };
 
-void write_pbm(uint8_t *tp, int w, int h, const char *fmt, ...)
+void write_pgm(uint8_t *tp, int w, int h, const char *fmt, ...)
 {
   va_list ap;    va_start(ap, fmt);
   char fn[256];  vsnprintf(fn, sizeof(fn), fmt, ap);
@@ -97,7 +97,7 @@ void write_pbm(uint8_t *tp, int w, int h, const char *fmt, ...)
   }
 }
 
-void write_pgm(uint8_t *tp, int w, int h, const char *fmt, ...)
+void write_ppm(uint8_t *tp, int w, int h, const char *fmt, ...)
 {
   va_list ap;    va_start(ap, fmt);
   char fn[256];  vsnprintf(fn, sizeof(fn), fmt, ap);