X-Git-Url: https://git.nihav.org/?a=blobdiff_plain;f=nihav-duck%2Fsrc%2Fdemuxers%2Fivf.rs;h=ba4bb91930431add541497790fe6bce23683ca11;hb=c5d5793c1fd18882a32acabb8141a221b0a97b61;hp=7d444604ea77f415e472cbe519b16b162cd2f4a2;hpb=fd7e6906598e7fe87d928e5c7f4116a51a08a3ac;p=nihav.git diff --git a/nihav-duck/src/demuxers/ivf.rs b/nihav-duck/src/demuxers/ivf.rs index 7d44460..ba4bb91 100644 --- a/nihav-duck/src/demuxers/ivf.rs +++ b/nihav-duck/src/demuxers/ivf.rs @@ -97,6 +97,7 @@ mod test { #[test] fn test_ivf_demux() { + // sample is from the official VP8 test bitstream set let mut file = File::open("assets/Duck/VP8/vp80-00-comprehensive-001.ivf").unwrap(); let mut fr = FileReader::new_read(&mut file); let mut br = ByteReader::new(&mut fr);