summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-07-08 21:30:31 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2009-07-08 22:50:46 +0200
commit425f2d8d2b252e027593808a8e297193e2c9f7de (patch)
treee848ed02ac5f68839124ffb4144dbfad31bd4be6 /main.c
parentbb6da46236137f12be28147f93ea9654c5ccc125 (diff)
[WIP] seamless playback
Diffstat (limited to 'main.c')
-rw-r--r--main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index a18dfd11..1508f5f1 100644
--- a/main.c
+++ b/main.c
@@ -20,6 +20,7 @@ void
psdl_thread (uintptr_t ctx) {
codec_init_locking ();
psdl_init ();
+ psdl_play ();
while (!psdl_terminate) {
uint32_t msg;
uintptr_t ctx;