diff options
| author | Simon Robertshaw <simon@hardwired.org.uk> | 2013-03-10 18:08:34 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2013-03-10 18:08:34 (GMT) |
| commit | e6bca489c9aae88f1c7bbb44c4e2df71f481cbd3 (patch) | |
| tree | 6781e70afdc32c0322cce0062d523edfbdebae8a /src/Format.h | |
| parent | 6090f0b0aaf302612f363cd3d85408e3b7d1150b (diff) | |
| download | powder-e6bca489c9aae88f1c7bbb44c4e2df71f481cbd3.zip powder-e6bca489c9aae88f1c7bbb44c4e2df71f481cbd3.tar.gz | |
AvatarButton/holder, rename ThumbnailBroker for more general purposes
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 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 |
