zmwangx / rust-ffmpeg-sys

FFmpeg bindings for Rust.
125 stars 86 forks source link

Removed Unnecessay Casting and Borrowings #49

Closed sachinrao8312 closed 1 year ago

sachinrao8312 commented 1 year ago

While look at github actions , saw errors related to unnecessary casting and needless borrow so I updated it and it.