codec/packet/borrow: remove unused imports
This commit is contained in:
parent
306b9c6698
commit
8b6e41f68c
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user