X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-commonfmt%2Fsrc%2Fcodecs%2Fzmbv.rs;h=c53f76adba9769f9b0977981657b61655fa48272;hp=b01e37536f8eb0bd068c81c6fa386ccc91309d17;hb=886cde4847280b96e10d240c2f2d76abec121dc8;hpb=7f754c49a843d9b63885a1fa7e06f4d2cf6ccc5f diff --git a/nihav-commonfmt/src/codecs/zmbv.rs b/nihav-commonfmt/src/codecs/zmbv.rs index b01e375..c53f76a 100644 --- a/nihav-commonfmt/src/codecs/zmbv.rs +++ b/nihav-commonfmt/src/codecs/zmbv.rs @@ -320,6 +320,7 @@ mod test { use nihav_codec_support::test::dec_video::*; use crate::generic_register_all_decoders; use crate::generic_register_all_demuxers; + // samples are from https://samples.mplayerhq.hu/V-codecs/ZMBV/ #[test] fn test_zmbv_8() { let mut dmx_reg = RegisteredDemuxers::new();