split nihav-codec-support crate from nihav-core
[nihav.git] / nihav-codec-support / src / codecs / h263 / mod.rs
similarity index 99%
rename from nihav-core/src/codecs/h263/mod.rs
rename to nihav-codec-support/src/codecs/h263/mod.rs
index 6f3d548b01a939520fe02d06b66b802aaa8d3749..33d71baa580a97d56ee9349ac6ed9d4ce7b5f8e2 100644 (file)
@@ -1,5 +1,6 @@
-use super::{DecoderResult, MV, ZERO_MV};
-use crate::frame::NAVideoBuffer;
+use nihav_core::codecs::DecoderResult;
+use super::{MV, ZERO_MV};
+use nihav_core::frame::NAVideoBuffer;
 
 #[allow(clippy::many_single_char_names)]
 pub mod code;