annotate the sources for test samples
[nihav.git] / nihav-game / src / demuxers / bmv.rs
index f548fdc7593cbd82e1038b182e87cf4591dc8b1c..ee882628ea4aee6b9790e9f4c3593b59b30ca47d 100644 (file)
@@ -260,6 +260,7 @@ mod test {
     use super::*;
     use std::fs::File;
 
+    // samples from https://samples.mplayerhq.hu/game-formats/bmv
     #[test]
     fn test_bmv_demux() {
         let mut file = File::open("assets/Game/DW2-MOUSE.BMV").unwrap();