summaryrefslogtreecommitdiff
path: root/src/Format.h
diff options
context:
space:
mode:
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 0fd63a1..a791511 100644
--- a/src/Format.h
+++ b/src/Format.h
@@ -33,5 +33,6 @@ namespace format
std::vector<char> VideoBufferToPNG(const VideoBuffer & vidBuf);
std::vector<char> VideoBufferToPPM(const VideoBuffer & vidBuf);
std::vector<char> VideoBufferToPTI(const VideoBuffer & vidBuf);
+ VideoBuffer * PTIToVideoBuffer(std::vector<char> & data);
unsigned long CalculateCRC(unsigned char * data, int length);
} \ No newline at end of file