From fa59ed6ae724b3f75c8ba35efcf7ce18f21e3ed2 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sat, 11 Jul 2009 23:11:56 +0000 Subject: Fix plugins for the changed pitch scale from r21781 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21794 a1c6a512-1295-4272-9138-f99709370657 --- apps/plugins/video.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/plugins/video.c') diff --git a/apps/plugins/video.c b/apps/plugins/video.c index bd8a95eb71..6b0a47c7c6 100644 --- a/apps/plugins/video.c +++ b/apps/plugins/video.c @@ -882,7 +882,7 @@ int main(char* filename) file_size = rb->filesize(fd); /* reset pitch value to ensure synchronous playback */ - rb->sound_set_pitch(1000); + rb->sound_set_pitch(PITCH_SPEED_100); /* init statistics */ rb->memset(&gStats, 0, sizeof(gStats)); -- cgit v1.2.3