codec/packet/borrow: remove unused imports

This commit is contained in:
meh 2015-10-09 17:50:15 +02:00
parent 306b9c6698
commit 8b6e41f68c

View File

@ -3,8 +3,7 @@ use std::ptr;
use libc::c_int; use libc::c_int;
use ffi::*; use ffi::*;
use ::{Error, Rational, format}; use super::Ref;
use super::{flag, Flags, Ref};
pub struct Borrow<'a> { pub struct Borrow<'a> {
packet: AVPacket, packet: AVPacket,