*: update dependencies

This commit is contained in:
meh
2017-02-19 01:45:05 +01:00
parent 575b440267
commit b48521108e
17 changed files with 17 additions and 17 deletions

View File

@ -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,

View File

@ -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,