The patch number 11734 was added via Mauro Carvalho Chehab <mche...@redhat.com> to http://linuxtv.org/hg/v4l-dvb master development tree.
Kernel patches in this development tree may be modified to be backward compatible with older kernels. Compatibility modifications will be removed before inclusion into the mainstream Kernel If anyone has any objections, please let us know by sending a message to: Linux Media Mailing List <linux-me...@vger.kernel.org> ------ From: Dmitri Belimov <d.beli...@gmail.com> remove hw reset of MPEG encoder when lost/found seq. When we capture signal from composite input offen lost and found syncro sequence. In this case the MPEG coder hardware reset after each lost/found event. The image has a lot of artefactes. This patch remove hardware reset of MPEG encoder. This is patch from our customer. I checked this. With my best regards, Dmitry. Signed-off-by: Alexey Osipov <lion-si...@pridelands.ru> Signed-off-by: Mauro Carvalho Chehab <mche...@redhat.com> --- linux/drivers/media/video/saa7134/saa7134-empress.c | 3 --- 1 file changed, 3 deletions(-) diff -r 88c4ca9c8f37 -r deb9cb3f1b09 linux/drivers/media/video/saa7134/saa7134-empress.c --- a/linux/drivers/media/video/saa7134/saa7134-empress.c Tue Apr 28 09:41:08 2009 +0000 +++ b/linux/drivers/media/video/saa7134/saa7134-empress.c Tue Apr 28 09:46:15 2009 +0000 @@ -499,11 +499,8 @@ static void empress_signal_update(struct if (dev->nosignal) { dprintk("no video signal\n"); - ts_reset_encoder(dev); } else { dprintk("video signal acquired\n"); - if (atomic_read(&dev->empress_users)) - ts_init_encoder(dev); } } --- Patch is available at: http://linuxtv.org/hg/v4l-dvb/rev/deb9cb3f1b09119410e2b4097d0af9e501c5d02b _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits