codec/decoder/conceal: change flags API style
This commit is contained in:
@ -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,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user