split NihAV into subcrates
[nihav.git] / nihav-game / src / codecs / gremlinvideo.rs
similarity index 99%
rename from src/codecs/gremlinvideo.rs
rename to nihav-game/src/codecs/gremlinvideo.rs
index 28663a4d49538c7bdd32f770aa0b725b61488350..b6929d11a9e7d65714941040dc9d9de75b226007 100644 (file)
@@ -1,7 +1,10 @@
-use crate::formats;
-use crate::formats::{NAChannelType, NAChannelMap};
-use super::*;
-use crate::io::byteio::*;
+use std::rc::Rc;
+use std::cell::RefCell;
+use nihav_core::frame::*;
+use nihav_core::formats;
+use nihav_core::formats::{NAChannelType, NAChannelMap};
+use nihav_core::codecs::*;
+use nihav_core::io::byteio::*;
 
 struct GremlinVideoDecoder {
     info:       Rc<NACodecInfo>,