Zhiming Wang 506f66ac51
Fix issues related to duplicate enum variants
C enums allow duplicate variants, but Rust enums don't. At some point bindgen
switched to generating duplicate variants as associated constants instead of
module-level constants, so use SomeEnum::* broke. Here we switch to associated
constants in the native API as well.
2020-06-01 13:36:50 +08:00
2016-11-30 14:51:24 +01:00
2020-06-01 13:17:08 +08:00
2016-04-03 17:32:34 +02:00
2018-09-19 21:35:58 -04:00

crates.io

This is a fork of the ffmpeg crate by meh., compatible with FFmpeg major version 4 (tested against 4.0.2). FFmpeg4 code is guarded by the ffmpeg4 feature, enabled by the default. Disable ffmpeg4 to compile against FFmpeg 3.x (tested against 3.4.4). Earlier versions of FFmpeg are not officially supported. See my command line tool metadata's Cargo.toml for example usage when supporting both major versions of FFmpeg.

Description
No description provided
Readme WTFPL 1.1 MiB
Languages
Rust 100%