*: update dependencies
This commit is contained in:
@ -2,7 +2,7 @@ use libc::c_int;
|
||||
use ffi::*;
|
||||
|
||||
bitflags! {
|
||||
flags Flags: c_int {
|
||||
pub flags Flags: c_int {
|
||||
const NO_FILE = AVFMT_NOFILE,
|
||||
const NEED_NUMBER = AVFMT_NEEDNUMBER,
|
||||
const SHOW_IDS = AVFMT_SHOW_IDS,
|
||||
|
@ -2,7 +2,7 @@ use libc::c_int;
|
||||
use ffi::*;
|
||||
|
||||
bitflags! {
|
||||
flags Disposition: c_int {
|
||||
pub flags Disposition: c_int {
|
||||
const DEFAULT = AV_DISPOSITION_DEFAULT,
|
||||
const DUB = AV_DISPOSITION_DUB,
|
||||
const ORIGINAL = AV_DISPOSITION_ORIGINAL,
|
||||
|
Reference in New Issue
Block a user