summaryrefslogtreecommitdiff
path: root/src/Format.h
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-10-29 09:36:16 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-10-29 09:36:16 (GMT)
commite08bc6680bb766305486fdbe1d8e6cb6482993af (patch)
treef49cb18b69540d06ddc33f4f7be75370045a81c7 /src/Format.h
parent9b4f710e28bd7d14bec0ce67d19d75cb6a67c5a6 (diff)
downloadpowder-e08bc6680bb766305486fdbe1d8e6cb6482993af.zip
powder-e08bc6680bb766305486fdbe1d8e6cb6482993af.tar.gz
Format: Buffer to pti, Save renderer
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 c82f523..0aae25b 100644
--- a/src/Format.h
+++ b/src/Format.h
@@ -28,5 +28,6 @@ namespace format
std::string UnixtimeToDateMini(time_t unixtime);
std::vector<char> VideoBufferToPNG(const VideoBuffer & vidBuf);
std::vector<char> VideoBufferToPPM(const VideoBuffer & vidBuf);
+ std::vector<char> VideoBufferToPTI(const VideoBuffer & vidBuf);
unsigned long CalculateCRC(unsigned char * data, int length);
} \ No newline at end of file