summaryrefslogtreecommitdiff
path: root/src/Format.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-08-17 22:09:48 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-17 22:09:48 (GMT)
commit5b51e670447ea175fb9b0b7035403b274e16972e (patch)
tree6f9c9d0a6eb6434ba26eb2f03b5e8e3d8ec179f4 /src/Format.h
parent706bd0fa97b5f3da67d44f570a18f9f45ae4fad7 (diff)
downloadpowder-5b51e670447ea175fb9b0b7035403b274e16972e.zip
powder-5b51e670447ea175fb9b0b7035403b274e16972e.tar.gz
PPM screen recording
Diffstat (limited to 'src/Format.h')
-rw-r--r--src/Format.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Format.h b/src/Format.h
index 532f952..91f2a7e 100644
--- a/src/Format.h
+++ b/src/Format.h
@@ -24,5 +24,6 @@ namespace format
std::string UnixtimeToDate(time_t unixtime, std::string dateFomat = "%d %b %Y");
std::string UnixtimeToDateMini(time_t unixtime);
std::vector<char> VideoBufferToPNG(const VideoBuffer & vidBuf);
+ std::vector<char> VideoBufferToPPM(const VideoBuffer & vidBuf);
unsigned long CalculateCRC(unsigned char * data, int length);
} \ No newline at end of file