Mailing List archive

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

[vdr] Re: [PATCH] DXR3 Plugin v.0.2.0 External Player Mode



On Saturday 21 June 2003 21:33, Jarkko Santala wrote:
> On Sat, 14 Jun 2003, Jarkko Santala wrote:
> > On Sat, 14 Jun 2003, Kai Moeller wrote:
> > > On Friday 13 June 2003 23:12, Jarkko Santala wrote:
> > > > On Wed, 11 Jun 2003, Kai Moeller wrote:
> > > > So in other words, if the DXR3 card is put to "AC3-mode" by mplayer,
> > > > the plugin doesn't turn it back to whatever mode it was in before
> > > > playing the DVD.
> > >
> > > Ok, know it makes sense (never tested such a thing). The problem is
> > > that switching between AC3 and PCM-Mode makes it necessary to reload
> > > the firmware (don't know why).
> > > The attached patch should fix that (I can't test it because I have no
> > > AC3 material to play with mplayer).
> > >
> > > Hope that helps,
> >
> > It did help indeed! After applying your patch DVB audio works nicely
> > again after playing AC3 from DVD. Thanks!
>
> I didn't test to make sure if your patch was what cause this, but now
> even changing channels takes quite a long time and it seems the microcode
> gets uploaded quite a lot:
>

Yes, I saw this too (but you didn't complain so I thought that this has time
until next release :-).

Attached you'll find a new patch which will fix that behavior.

Have fun,

Kai


*** dxr3abstractiondevice.c_orig	2003-06-03 18:09:21.000000000 +0200
--- dxr3abstractiondevice.c	2003-06-22 10:48:04.000000000 +0200
*************** void cDxr3AbsDevice::ExternalReopenDevic
*** 661,666 ****
--- 661,667 ----
          }
          ReconfigureDevice();
          m_extSpuInterface.Clear();        
+         Resuscitation();
      }
      
      Unlock();

Home | Main Index | Thread Index