Writer impl

This commit is contained in:
Jamie Hardt
2020-12-25 21:58:22 -08:00
parent e4fc4732b5
commit 73d2cf8cd9
3 changed files with 103 additions and 16 deletions

View File

@@ -102,7 +102,7 @@ pub const DATA_SIG: FourCC = FourCC::make(b"data");
pub const FMT__SIG: FourCC = FourCC::make(b"fmt ");
pub const BEXT_SIG: FourCC = FourCC::make(b"bext");
pub const FACT_SIG: FourCC = FourCC::make(b"fact");
//pub const FACT_SIG: FourCC = FourCC::make(b"fact");
pub const JUNK_SIG: FourCC = FourCC::make(b"JUNK");
pub const FLLR_SIG: FourCC = FourCC::make(b"FLLR");