RealVideo 6 decoder (mostly working)
[nihav.git] / src / codecs / mod.rs
index daf53faff6a71b716b1f34a78b15d44f233101bb..5f6009a5c87d502dfbcb5e489534172645955386 100644 (file)
@@ -156,7 +156,7 @@ impl IPBShuffler {
     }
 }
 
-#[derive(Debug,Clone,Copy)]
+#[derive(Debug,Clone,Copy,PartialEq)]
 pub struct MV {
     pub x: i16,
     pub y: i16,