mirror of
https://github.com/encounter/rust-ffmpeg.git
synced 2026-07-10 21:18:39 -07:00
format/stream: make Disposition a c_int for compatibility
This commit is contained in:
@@ -7,7 +7,7 @@ use ::codec::{self, packet};
|
||||
use ::{Rational, Discard};
|
||||
|
||||
bitflags! {
|
||||
flags Disposition: i32 {
|
||||
flags Disposition: c_int {
|
||||
const DISPOSITION_DEFAULT = AV_DISPOSITION_DEFAULT,
|
||||
const DISPOSITION_DUB = AV_DISPOSITION_DUB,
|
||||
const DISPOSITION_ORIGINAL = AV_DISPOSITION_ORIGINAL,
|
||||
|
||||
Reference in New Issue
Block a user