X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-game%2Fsrc%2Fdemuxers%2Fimax.rs;h=a477ebe757ec7726cb1afd8c51542e067414a1f4;hp=ad427dd52859174dc33a611d13aad9dc68daf907;hb=886cde4847280b96e10d240c2f2d76abec121dc8;hpb=7f754c49a843d9b63885a1fa7e06f4d2cf6ccc5f 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);