summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/video.c3
1 files changed, 3 insertions, 0 deletions
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)
852 if (fd < 0) 852 if (fd < 0)
853 return PLUGIN_ERROR; 853 return PLUGIN_ERROR;
854 file_size = rb->filesize(fd); 854 file_size = rb->filesize(fd);
855
856 // reset pitch value to ensure synchronous playback
857 rb->sound_set_pitch(1000);
855 858
856 // init statistics 859 // init statistics
857 rb->memset(&gStats, 0, sizeof(gStats)); 860 rb->memset(&gStats, 0, sizeof(gStats));