X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-game%2Fsrc%2Fdemuxers%2Fimax.rs;h=a477ebe757ec7726cb1afd8c51542e067414a1f4;hb=bf30ce1bcf061cf59d0dbd149997892ad4fdf7ed;hp=ad427dd52859174dc33a611d13aad9dc68daf907;hpb=3813fe8a3408aa3b6dcb296ca7203c89f2a6894d;p=nihav.git diff --git a/nihav-game/src/demuxers/imax.rs b/nihav-game/src/demuxers/imax.rs index ad427dd..a477ebe 100644 --- a/nihav-game/src/demuxers/imax.rs +++ b/nihav-game/src/demuxers/imax.rs @@ -124,6 +124,7 @@ mod test { #[test] fn test_imax_demux() { + // sample from Fable game let mut file = File::open("assets/Game/present.imx").unwrap(); let mut fr = FileReader::new_read(&mut file); let mut br = ByteReader::new(&mut fr);