split nihav-codec-support crate from nihav-core
[nihav.git] / nihav-duck / src / codecs / vpcommon.rs
index 8dbe16184a555889867bfd0b2fe7f48ea15d315f..f41b89b1b5ebaefefe7f9c5b39c71eb93aed40a0 100644 (file)
@@ -1,5 +1,6 @@
 use nihav_core::codecs::*;
-use nihav_core::codecs::blockdsp::*;
+use nihav_codec_support::codecs::blockdsp;
+use nihav_codec_support::codecs::blockdsp::*;
 
 pub const VP_YUVA420_FORMAT: NAPixelFormaton = NAPixelFormaton{
         model:      ColorModel::YUV(YUVSubmodel::YUVJ),