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:
bnnm 2023-01-15 17:45:02 +01:00
parent 63b96bc53c
commit f84e40e924

View File

@ -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;