So I'm just in the progress of debugging the why. However, I did encounter a panic when attempting to decode some audio files with rust-ffmpeg that worked with my previous rust-ffmpeg-next code. This adds an unknown codec id to try and future proof things somewhat replacing the previous unreachable!
So I'm just in the progress of debugging the why. However, I did encounter a panic when attempting to decode some audio files with rust-ffmpeg that worked with my previous rust-ffmpeg-next code. This adds an unknown codec id to try and future proof things somewhat replacing the previous
unreachable!