]> git.nihav.org Git - nihav.git/blobdiff - src/codecs/real/ralf.rs
rv6: make test silent
[nihav.git] / src / codecs / real / ralf.rs
index 74cb9c86f0579f5c1a30a3581a063f2bc567ccd8..74eefe3b3311c02a6342f651557c15b27d7bdd73 100644 (file)
@@ -342,7 +342,7 @@ impl RALFDecoder {
             _ => unreachable!(),
         }
         self.sample_offset += length;
-        
+
         Ok(())
     }
 }
@@ -480,7 +480,7 @@ mod test {
     fn test_ralf() {
         let file = "assets/RV/rv40_ralf.rmvb";
         test_decode_audio("realmedia", file, Some(2000), "ralf");
-panic!("end");
+//panic!("end");
     }
 }