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) | |||
882 | file_size = rb->filesize(fd); | 882 | file_size = rb->filesize(fd); |
883 | 883 | ||
884 | /* reset pitch value to ensure synchronous playback */ | 884 | /* reset pitch value to ensure synchronous playback */ |
885 | rb->sound_set_pitch(1000); | 885 | rb->sound_set_pitch(PITCH_SPEED_100); |
886 | 886 | ||
887 | /* init statistics */ | 887 | /* init statistics */ |
888 | rb->memset(&gStats, 0, sizeof(gStats)); | 888 | rb->memset(&gStats, 0, sizeof(gStats)); |