rework android-rmt display, add a few buttons
[goodguy/history.git] / cinelerra-5.0 / cinelerra / mediadb.C
index 35783daaae058833f8c440fde288ff6be9b40ee2..2c057c098197d1dd0feaf85b1cfd25ac0f51533a 100644 (file)
@@ -15,7 +15,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, ...)
 {
   va_list ap;    va_start(ap, fmt);
   char fn[256];  vsnprintf(fn, sizeof(fn), fmt, ap);
@@ -28,7 +28,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);