split nihav-codec-support crate from nihav-core
[nihav.git] / nihav-codec-support / src / data / mod.rs
similarity index 97%
rename from nihav-core/src/data/mod.rs
rename to nihav-codec-support/src/data/mod.rs
index 65abbf6696a75431335b68fbf4d2585e8cae7e37..35a89736b72075a71e6d4305b9bc667e6795f401 100644 (file)
@@ -10,7 +10,7 @@
 ///
 /// Create a cache for one line and use top pixel for prediction:
 /// ```
-/// use nihav_core::data::GenericCache;
+/// use nihav_codec_support::data::GenericCache;
 ///
 /// # let width = 640;
 /// # let height = 480;