drop unused import
authorKostya Shishkov <kostya.shishkov@gmail.com>
Sat, 27 May 2017 10:47:05 +0000 (12:47 +0200)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Sat, 27 May 2017 10:47:05 +0000 (12:47 +0200)
src/codecs/indeo2.rs

index 707a59d244fc1318491a510939231c363acc5bf3..00537f8684c5ea78ecf9ed1bfc7e586aaeeaea60 100644 (file)
@@ -369,7 +369,6 @@ pub fn get_decoder() -> Box<NADecoder> {
 mod test {
     use codecs::*;
     use demuxers::*;
-    use frame::NAFrameRef;
     use io::byteio::*;
 
     #[test]