diff options
Diffstat (limited to 'apps/plugins/video.c')
-rw-r--r-- | apps/plugins/video.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |