Oops, forgot a macro change in SSEQ player

CQTexperiment
Chris Moeller 2014-11-04 18:39:14 -08:00
parent d355b40fce
commit e89bc870ad
1 changed files with 1 additions and 1 deletions

View File

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