*: update dependencies
This commit is contained in:
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
Reference in New Issue
Block a user