diff options
Diffstat (limited to 'src/Format.h')
| -rw-r--r-- | src/Format.h | 1 |
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 |
