*: 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 Check: c_int {
pub flags Check: c_int {
const CRC = AV_EF_CRCCHECK,
const BISTREAM = AV_EF_BITSTREAM,
const BUFFER = AV_EF_BUFFER,

View File

@ -2,7 +2,7 @@ use libc::c_int;
use ffi::*;
bitflags! {
flags Conceal: c_int {
pub flags Conceal: c_int {
const GUESS_MVS = FF_EC_GUESS_MVS,
const DEBLOCK = FF_EC_DEBLOCK,
const FAVOR_INTER = FF_EC_FAVOR_INTER,

View File

@ -2,7 +2,7 @@ use libc::c_int;
use ffi::*;
bitflags! {
flags Flags: c_int {
pub flags Flags: c_int {
const CODED_ORDER = SLICE_FLAG_CODED_ORDER,
const ALLOW_FIELD = SLICE_FLAG_ALLOW_FIELD,
const ALLOW_PLANE = SLICE_FLAG_ALLOW_PLANE,