crate: update bitflags
This commit is contained in:
@ -2,7 +2,7 @@ use libc::c_int;
|
||||
use ffi::*;
|
||||
|
||||
bitflags! {
|
||||
pub flags Flags: c_int {
|
||||
const FORCE = SWR_FLAG_RESAMPLE,
|
||||
pub struct Flags: c_int {
|
||||
const FORCE = SWR_FLAG_RESAMPLE;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user