X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-commonfmt%2Fsrc%2Fcodecs%2Fclearvideo.rs;h=51f93da24fc1b4366f5dbe0ab5118fbafc23b157;hp=6b66dfac38cc0b1ff9276a1d770ed947ea57fab9;hb=c3904fe5804a28e73822c27c69ba10a716cb290d;hpb=4e8b4f31bc2ef2b22b4c725aa07dfc776664a97b diff --git a/nihav-commonfmt/src/codecs/clearvideo.rs b/nihav-commonfmt/src/codecs/clearvideo.rs index 6b66dfa..51f93da 100644 --- a/nihav-commonfmt/src/codecs/clearvideo.rs +++ b/nihav-commonfmt/src/codecs/clearvideo.rs @@ -5,7 +5,6 @@ use nihav_core::io::bitreader::*; use nihav_core::io::codebook::*; use nihav_core::formats; use nihav_core::codecs::*; -use nihav_core::frame::*; use std::fmt; use std::ops::{Add, Sub};