h264/mc: add a stub for using optimised implementations
[nihav.git] / nihav-itu / src / codecs / h264 / dsp / mc / release.rs
index 3a43500bb648bcce583d9f32f15c3da021f9f054..0a521d025e30fc3e2a0cc914cd2cc81bc00ab4d5 100644 (file)
@@ -323,3 +323,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) {}
+}