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

7
Cargo.lock generated
View file

@ -1065,6 +1065,7 @@ dependencies = [
"i18n-embed",
"i18n-embed-fl",
"lazy_static",
"lexopt",
"libcosmic",
"log",
"paste",
@ -2840,6 +2841,12 @@ version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
[[package]]
name = "lexopt"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baff4b617f7df3d896f97fe922b64817f6cd9a756bb81d40f8883f2f66dcb401"
[[package]]
name = "libc"
version = "0.2.153"