From e89bc870ad69448b23032a73e24c91a256580db1 Mon Sep 17 00:00:00 2001 From: Chris Moeller Date: Tue, 4 Nov 2014 18:39:14 -0800 Subject: [PATCH] Oops, forgot a macro change in SSEQ player --- Plugins/HighlyComplete/HighlyComplete/HCDecoder.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/HighlyComplete/HighlyComplete/HCDecoder.mm b/Plugins/HighlyComplete/HighlyComplete/HCDecoder.mm index f33156646..e3f0c82a4 100644 --- a/Plugins/HighlyComplete/HighlyComplete/HCDecoder.mm +++ b/Plugins/HighlyComplete/HighlyComplete/HCDecoder.mm @@ -1144,7 +1144,7 @@ static int usf_info(void * context, const char * name, const char * value) Player * player = new Player; - player->interpolation = INTERPOLATION_LANCZOS; + player->interpolation = INTERPOLATION_SINC; PseudoFile file; file.data = &state->sdatData;