V4L/DVB (11734): 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-simba@pridelands.ru> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Родитель
82aa98fd92
Коммит
2ec3475609
|
@ -491,11 +491,8 @@ static void empress_signal_update(struct work_struct *work)
|
||||||
|
|
||||||
if (dev->nosignal) {
|
if (dev->nosignal) {
|
||||||
dprintk("no video signal\n");
|
dprintk("no video signal\n");
|
||||||
ts_reset_encoder(dev);
|
|
||||||
} else {
|
} else {
|
||||||
dprintk("video signal acquired\n");
|
dprintk("video signal acquired\n");
|
||||||
if (atomic_read(&dev->empress_users))
|
|
||||||
ts_init_encoder(dev);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче