Mailing List archive

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

[linux-dvb] Re: play_iframe in cvs driver from 27.7.



Stefan Huelswitt wrote:
> 
> Hi,
> the play_iframe problem isn't solved with the cvs driver from
> 27.7. for me (vdr 0.84, DVB-s 2.1).
> 
> When VIDEO_STILLPICTURE is called by vdr there is only a short
> jitter on display. The picture doesn't changes.

Apparently someting must have gone wrong when Ralph applied the patch.
If I put the send_ipack_rest() call into the for() loop, the it works.

Klaus

--- dvb.c.001   Thu Jul 26 18:12:20 2001
+++ dvb.c       Fri Jul 27 16:55:35 2001
@@ -4586,8 +4586,8 @@
         instant_repack(iframe_header, 9, &dvb->ipack[1]);
         for (i=0; i<n; i++) {
                instant_repack(buf, len, &dvb->ipack[1]);
+               send_ipack_rest(&dvb->ipack[1]);
         }
-        send_ipack_rest(&dvb->ipack[1]);
         //dvb_play(dvb, iframe_header, 9, 0, 1);
         //dvb_play(dvb, buf, len, 0, 1);
        //vidcom(dvb, 0x001a, 0);

-- 
_______________________________________________________________

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