Wrap FFmpeg's AVHWDeviceType and av_hwdevice_iterate_types

This commit is contained in:
Josh Megnauth 2024-02-14 03:09:44 -05:00
parent 3235a0425a
commit 99595eeeed
No known key found for this signature in database
GPG key ID: 70813183462EFAD3
5 changed files with 173 additions and 0 deletions

View file

@ -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>> {