improve MGF video quality

This commit is contained in:
Ondřej Novák 2025-01-29 20:46:35 +01:00
parent 2be84e406c
commit f169aa5071
4 changed files with 86 additions and 5 deletions

View file

@ -68,7 +68,7 @@ void *PrepareVideoSound(int mixfreq, int buffsize) {
return 0;
}
char LoadNextVideoFrame(void *buffer, char *data, int size, short *xlat, short *accnums, int32_t *writepos) {
std::this_thread::sleep_for(std::chrono::milliseconds(50));
std::this_thread::sleep_for(std::chrono::milliseconds(20));
return 1;
}