cog/Plugins/vgmstream
Christopher Snowhill b53567edc5 Fix VGMStream so it handles EOF properly
The file prober in FFmpeg expects that when the read function reaches
end of file, it returns AVERROR_EOF, not zero. Otherwise, it will loop
endlessly until the process is terminated.

Fixes #217.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-01-27 00:09:40 -08:00
..
vgmstream Fix VGMStream so it handles EOF properly 2022-01-27 00:09:40 -08:00
vgmstream.xcodeproj Reduce minimum OS to macOS 10.12 2021-09-18 01:08:49 -07:00