mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-24 06:50:20 +01:00
ffmpeg: disable XMA skip hack for now
- ffmpeg should now handle internal per-frame encoder delay, but doesn't do it correctly in all cases
This commit is contained in:
parent
63b96bc53c
commit
f84e40e924
@ -845,7 +845,11 @@ void xma_fix_raw_samples_ch(VGMSTREAM* vgmstream, STREAMFILE* sf, off_t stream_o
|
||||
}
|
||||
}
|
||||
|
||||
#ifdef VGM_USE_FFMPEG
|
||||
|
||||
#if 0
|
||||
//TODO: ffmpeg now handles internal frame encoder delay, but not correctly in all cases
|
||||
// without this in most cases should be equivalent as before
|
||||
//#ifdef VGM_USE_FFMPEG
|
||||
/* also fix FFmpeg, since we now know exact skips */
|
||||
{
|
||||
ffmpeg_codec_data* data = vgmstream->codec_data;
|
||||
|
Loading…
Reference in New Issue
Block a user