h264/mc: add a stub for using optimised implementations
[nihav.git] / nihav-itu / src / codecs / h264 / dsp / mc / debug.rs
index 9f773ac1e35a974acb20fbf0bc843231f28ceddb..34d59daac2af7d587a17a1925ac356274bd9ce36 100644 (file)
@@ -251,3 +251,7 @@ pub const H264_LUMA_INTERP: &[[super::MCFunc; 16]; 3] = &[
     h264_mc30_16, h264_mc31_16, h264_mc32_16, h264_mc33_16
   ]
 ];
+
+impl super::RegisterSIMD for super::H264MC {
+    fn register_simd(&mut self) {}
+}