diff options
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/video.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/video.c b/apps/plugins/video.c index db37139..b4b27e0 100644 --- a/apps/plugins/video.c +++ b/apps/plugins/video.c @@ -852,6 +852,9 @@ int main(char* filename) if (fd < 0) return PLUGIN_ERROR; file_size = rb->filesize(fd); + + // reset pitch value to ensure synchronous playback + rb->sound_set_pitch(1000); // init statistics rb->memset(&gStats, 0, sizeof(gStats)); |