Mailing List archive

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

[linux-dvb] Re: DVB driver patch for VDR



"Dirk W. Steinberg" wrote:
> 
> Hi,
> 
> in the VDR download section is a version of the DVB
> driver "with a small patch for VDR". What is that patch?

It fixes the play_iframe() function, so that VDR can replay still
frames when handling editing markers.

> Is that patch also available separately so that it could
> be applied to the CVS version of the driver?

--- dvb.c.001   Thu Aug 23 08:28:58 2001
+++ dvb.c       Thu Aug 23 17:14:47 2001
@@ -4804,9 +4804,11 @@
         n=MIN_IFRAME/len+1;
 
         dvb_play(dvb, iframe_header, sizeof(iframe_header), 0, 1, 0);
-        for (i=0; i<n; i++) 
+        //XXX
+        for (i=0; i<n; i++) {
                 dvb_play(dvb, buf, len, 0, 1, 1);
-        send_ipack_rest(&dvb->ipack[1]);
+                send_ipack_rest(&dvb->ipack[1]);
+        }
 }


> Why is that patch not integrated into CVS?

I believe the driver developers said that the function _is_ correct.
However, without the patch VDR can't display still pictures - with
the patch it can. You do the math...

Klaus
-- 
_______________________________________________________________

Klaus Schmidinger                       Phone: +49-8635-6989-10
CadSoft Computer GmbH                   Fax:   +49-8635-6989-40
Hofmark 2                               Email:   kls@cadsoft.de
D-84568 Pleiskirchen, Germany           URL:     www.cadsoft.de
_______________________________________________________________


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


Home | Main Index | Thread Index