Skip to content
Snippets Groups Projects

Implements #218 red blue swap

Merged Nicolas Pope requested to merge feature/218/swaprgb into master
3 files
+ 9
1
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -16,7 +16,7 @@ namespace codecs {
*/
struct Header {
const char magic[4] = {'F','T','L','F'};
uint8_t version = 2;
uint8_t version = 3;
};
/**
Loading