aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2017-11-25 19:09:11 +0100
committerKostya Shishkov <kostya.shishkov@gmail.com>2017-11-25 19:09:11 +0100
commitc1864d11aef4b4b91f50c9227b90b12e8d45ce27 (patch)
tree8317fa628b014f4631a927387623e53d25237264 /src
parent2a2aa42194e01760a5209599c0257a4f55c9bb38 (diff)
downloadnihav-c1864d11aef4b4b91f50c9227b90b12e8d45ce27.tar.gz
i263: do not output data
Diffstat (limited to 'src')
-rw-r--r--src/codecs/h263/intel263.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codecs/h263/intel263.rs b/src/codecs/h263/intel263.rs
index f519b9c..55e49a9 100644
--- a/src/codecs/h263/intel263.rs
+++ b/src/codecs/h263/intel263.rs
@@ -405,6 +405,6 @@ mod test {
use test::dec_video::test_file_decoding;
#[test]
fn test_intel263() {
- test_file_decoding("avi", "assets/neal73_saber.avi", Some(16), true, false, Some("i263"));
+ test_file_decoding("avi", "assets/neal73_saber.avi", Some(16), true, false, None/*Some("i263")*/);
}
}