[mythtv] AC3 passthrough and timestretch problems

Mark Spieth mark at digivation.com.au
Fri May 2 04:09:05 UTC 2008


sorry changed my mind. wont work properly. try this one instead.

mark

--- audiooutputbase.cpp (revision 17223)
+++ audiooutputbase.cpp (working copy)
@@ -382,7 +383,9 @@
     }
     else
     {
-        SetStretchFactorLocked(audio_stretchfactor);
+        float laudio_stretchfactor = audio_stretchfactor;
+        audio_stretchfactor = 0.0f;
+        SetStretchFactorLocked(laudio_stretchfactor);
         if (pSoundStretch)
         {
             // if its passthru then we need to reencode




More information about the mythtv-dev mailing list