From 75952448452f91bc34b2e99247b23c7c5221fc21 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Thu, 12 May 2005 19:53:11 +0000 Subject: Fix for bug #904026: Reset pitch to ensure synchronous playback. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6459 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/video.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/plugins/video.c b/apps/plugins/video.c index db371392d5..b4b27e0cb8 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)); -- cgit v1.2.3