Skip to content
Snippets Groups Projects

python ftl-file v3

Merged Sebastian Hahta requested to merge feature/python-ftlf into master
All threads resolved!
3 files
+ 32
27
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -13,8 +13,8 @@ namespace codecs {
@@ -13,8 +13,8 @@ namespace codecs {
enum struct codec_t : uint8_t {
enum struct codec_t : uint8_t {
JPG = 0,
JPG = 0,
PNG,
PNG,
H264,
H264,
HEVC, // H265
HEVC, // H265
// TODO: Add audio codecs
// TODO: Add audio codecs
WAV,
WAV,
Loading