CCExtractor / rusty_ffmpeg

FFI bindings for FFmpeg inner libraries.
https://crates.io/crates/rusty_ffmpeg
MIT License
164 stars 26 forks source link

PoC for nicer enum types and names #109

Closed jgcodes2020 closed 7 months ago

jgcodes2020 commented 7 months ago

So far this only fixes AVPixelFormat, I'll need to look over the other enum types and assign them accordingly. Fixes #38.

ldm0 commented 7 months ago

Thanks!