Wrap FFmpeg's AVHWDeviceType and av_hwdevice_iterate_types
This commit is contained in:
parent
3235a0425a
commit
99595eeeed
5 changed files with 173 additions and 0 deletions
|
|
@ -34,6 +34,8 @@ mod localize;
|
|||
use player::{PlayerMessage, VideoFrame, VideoQueue};
|
||||
mod player;
|
||||
|
||||
mod wrappers;
|
||||
|
||||
/// Runs application with these settings
|
||||
#[rustfmt::skip]
|
||||
fn main() -> Result<(), Box<dyn std::error::Error>> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue