Mailing List archive

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

[vdr] Re: Still picture patch



On Sat, Dec 22, 2001 at 02:12:28PM +0100, Matthias Fechner wrote:
> 
> Hi,
> 
> i updated my driver and patch it with the patch, but that patch isn't
> working.
> Has something changed in the DVB-driver?
> 
> Please can anyone help me?

Just change the ligns numbers...

--- dvb.c       Sat Nov 17 22:27:25 2001
+++ dvb.c       Wed Dec 19 20:16:49 2001
@@ -4134,9 +4134,10 @@
                 n=MIN_IFRAME/len+1;
         }
         dvb_play(dvb, iframe_header, sizeof(iframe_header), 0, 1, 0);
-        for (i=0; i<n; i++) 
+        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]);
+       }
 }
 


	Grégoire
________________________________________________________________
http://ulima.unil.ch/greg ICQ:16624071 mailto:greg@ulima.unil.ch



Home | Main Index | Thread Index