codec/decoder/conceal: change flags API style
This commit is contained in:
parent
f1590620af
commit
27264e575a
@ -3,8 +3,8 @@ use ffi::*;
|
||||
|
||||
bitflags! {
|
||||
flags Conceal: c_int {
|
||||
const CONCEAL_GUESS_MVS = FF_EC_GUESS_MVS,
|
||||
const CONCEAL_DEBLOCK = FF_EC_DEBLOCK,
|
||||
const CONCEAL_FAVOR_INTER = FF_EC_FAVOR_INTER,
|
||||
const GUESS_MVS = FF_EC_GUESS_MVS,
|
||||
const DEBLOCK = FF_EC_DEBLOCK,
|
||||
const FAVOR_INTER = FF_EC_FAVOR_INTER,
|
||||
}
|
||||
}
|
||||
|
@ -10,7 +10,7 @@ pub use self::subtitle::Subtitle;
|
||||
pub mod slice;
|
||||
|
||||
pub mod conceal;
|
||||
pub use self::conceal::*;
|
||||
pub use self::conceal::Conceal;
|
||||
|
||||
pub mod check;
|
||||
pub use self::check::Check;
|
||||
|
Loading…
x
Reference in New Issue
Block a user