angelcam / rust-ac-ffmpeg

Simple and safe Rust interface for FFmpeg libraries.
MIT License
197 stars 33 forks source link

Fix compilation with ffmpeg 5 #40

Closed Bobo1239 closed 2 years ago

operutka commented 2 years ago

Hi @Bobo1239! Thank you for the PR. I'm just curious - have you checked compatibility with FFmpeg 5 in more detail? Is this all that's needed in order to support FFmpeg 5?

operutka commented 2 years ago

Anyway, it shouldn't break anything in combination with FFmpeg 4, so I'm merging it.

Bobo1239 commented 2 years ago

No, I haven't really. Just ran the tests in this repo which passed and my own little application (VR video player) works again.