[mythtv] AC3 passthrough and timestretch problems

John P Poet jppoet at gmail.com
Fri May 2 04:37:28 UTC 2008


On Thu, May 1, 2008 at 10:09 PM, Mark Spieth <mark at digivation.com.au> wrote:
> 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

Yes!  That fixes it.

Thank you,

John
-- 
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?


More information about the mythtv-dev mailing list