X-Git-Url: https://git.nihav.org/?p=nihav.git;a=blobdiff_plain;f=nihav-commonfmt%2Fsrc%2Fdemuxers%2Favi.rs;h=da941b3f40c76de78c070a631d3d0878c3da99d9;hp=d690dd63172733c8da67e31073a6bbb42f4c5539;hb=c3904fe5804a28e73822c27c69ba10a716cb290d;hpb=4e8b4f31bc2ef2b22b4c725aa07dfc776664a97b diff --git a/nihav-commonfmt/src/demuxers/avi.rs b/nihav-commonfmt/src/demuxers/avi.rs index d690dd6..da941b3 100644 --- a/nihav-commonfmt/src/demuxers/avi.rs +++ b/nihav-commonfmt/src/demuxers/avi.rs @@ -1,9 +1,6 @@ use nihav_core::demuxers::*; use nihav_core::register; use nihav_core::demuxers::DemuxerError::*; -use nihav_core::io::byteio::*; -use nihav_core::frame::*; -use nihav_core::formats::*; macro_rules! mktag { ($a:expr, $b:expr, $c:expr, $d:expr) => ({