changeset 1054:2494d029279b trunk

[svn] - ok, that g_thread_join() is definately hostile
author nenolod
date Sun, 14 May 2006 20:48:13 -0700
parents 86da433104a8
children fc717728fd10
files Plugins/Input/aac/src/libmp4.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/Input/aac/src/libmp4.c	Sun May 14 20:40:08 2006 -0700
+++ b/Plugins/Input/aac/src/libmp4.c	Sun May 14 20:48:13 2006 -0700
@@ -182,7 +182,6 @@
 {
   if(buffer_playing){
     buffer_playing = FALSE;
-    g_thread_join(decodeThread);
     mp4_ip.output->close_audio();
   }