gchudov / cuetools.net

CD image processing suite with optimized lossless encoders in C#
http://cue.tools/
Other
480 stars 51 forks source link

Fix decoding flac using ffmpeg.dll plugin #305

Closed c72578 closed 9 months ago

c72578 commented 10 months ago

Flac files could not be decoded anymore using ffmpeg.dll since ffmpeg version 5.0 (4.4 and earlier were OK).

c72578 commented 10 months ago

Here is a build for testing, which allows decoding flac files again using the ffmpeg.dll plugin: CUETools_2.2.4_2023-11-17_git_271a0e7_Fix_decoding_flac_using_ffmpeg.dll.zip SHA256: 33ad0c3c8e33f8a269640338caf6493a70c0e2341591ac1fd63c2d1152f3068b

Download links for the required ffmpeg 6.0 dlls can be found e.g. here: https://github.com/gchudov/cuetools.net/pull/276#issuecomment-1516895823

@ha-korth, could you please have a look.