Hi,

Frontend segfault fix taken from [EMAIL PROTECTED]'s patch (posted to
the list recently). Thanks vitold!

This was responsible for a lot of frontend crashes on my system.

Regards,

Shane
--- mythtv-dec24-cvs/libs/libmythtv/NuppelVideoPlayer.cpp.orig	2004-12-25 14:41:01.000000000 -0500
+++ mythtv-dec24-cvs/libs/libmythtv/NuppelVideoPlayer.cpp	2004-12-25 14:42:30.000000000 -0500
@@ -2198,12 +2198,11 @@
     }
 #endif
 
-    if (normal_speed)
+    if (normal_speed && audioOutput)
     {
         audioOutput->SetStretchFactor(play_speed);
 #ifdef USING_DIRECTX
-        if (audioOutput)
-            audioOutput->Reset();
+        audioOutput->Reset();
 #endif
     }
 
_______________________________________________
mythtv-dev mailing list
mythtv-dev@mythtv.org
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-dev

Reply via email to