The current code spews warnings both for old and new FFmpegs. This PR fixes the warnings by:
- aligning function prototypes on FFmpeg 4.0's (fixes new FFmpegs)
- adding the necessary casts for older FFmpegs
This completes the work done in #412.
The current code spews warnings both for old and new FFmpegs. This PR fixes the warnings by:
This completes the work done in #412.