mirror of
https://github.com/vgmstream/vgmstream.git
synced 2025-01-19 00:04:04 +01:00
ffmpeg: fix smacker .smk
- broken in new versions due to buggy seeking
This commit is contained in:
parent
daf1f3721e
commit
a1c85b10e8
@ -43,6 +43,9 @@ VGMSTREAM* init_vgmstream_smk(STREAMFILE *sf) {
|
||||
if (!vgmstream->codec_data) goto fail;
|
||||
vgmstream->coding_type = coding_FFmpeg;
|
||||
vgmstream->layout_type = layout_none;
|
||||
|
||||
// wrong decoding otherwise
|
||||
ffmpeg_set_force_seek(vgmstream->codec_data);
|
||||
#else
|
||||
goto fail;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user