format/stream: make Disposition a c_int for compatibility
This commit is contained in:
parent
fbf4bb8f73
commit
bcde567734
@ -7,7 +7,7 @@ use ::codec::{self, packet};
|
|||||||
use ::{Rational, Discard};
|
use ::{Rational, Discard};
|
||||||
|
|
||||||
bitflags! {
|
bitflags! {
|
||||||
flags Disposition: i32 {
|
flags Disposition: c_int {
|
||||||
const DISPOSITION_DEFAULT = AV_DISPOSITION_DEFAULT,
|
const DISPOSITION_DEFAULT = AV_DISPOSITION_DEFAULT,
|
||||||
const DISPOSITION_DUB = AV_DISPOSITION_DUB,
|
const DISPOSITION_DUB = AV_DISPOSITION_DUB,
|
||||||
const DISPOSITION_ORIGINAL = AV_DISPOSITION_ORIGINAL,
|
const DISPOSITION_ORIGINAL = AV_DISPOSITION_ORIGINAL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user