Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: error using mplayer and dxr3



On Monday 07 April 2003 17:48, Seppo Ingalsuo wrote:

-- schnipp -- 

> Or in other words I moved
> cDxr3AbsDevice::Instance().ExternalReleaseDevices();
>
> to the end of the function after
> cDxr3AbsDevice::Instance().SetAudioXXX(); which seems to cancel the
> release operation. Does this work for others?
>

This solution works but the problem is a typo and not the SetAudioXXX() call.
Just change 

if (playMode == pmExtern_THIS_SHOULD_BE_AVOIDED)  {

to

if (PlayMode == pmExtern_THIS_SHOULD_BE_AVOIDED)  {


That's all.

Have fun,

Kai




-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index