diff --git a/libav/beosaudio.cpp b/libav/beosaudio.cpp
index 991237094d81272936de98344297aaeaafb13a36..a1ae0a53c8ae5373a4795845128cbb6311797812 100644
--- a/libav/beosaudio.cpp
+++ b/libav/beosaudio.cpp
@@ -228,8 +228,7 @@ static int audio_open(AudioData *s, int is_output)
     s->player->Start();
     s->player->SetHasData(true);
     /* bump up the priority (avoid realtime though) */
-//    set_thread_priority(find_thread(NULL), B_URGENT_DISPLAY_PRIORITY+1);
-//    set_thread_priority(find_thread(NULL), B_LOW_PRIORITY);
+    set_thread_priority(find_thread(NULL), B_DISPLAY_PRIORITY+1);
     return 0;
 }