diff options
author | Nicolas Dufresne <nicolas.dufresne@collabora.com> | 2018-07-20 16:09:16 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2018-07-27 13:51:09 +0200 |
commit | 43bd1dce39cea87a75e8691aad4ce11a9b457d8e (patch) | |
tree | e8249a7b6d66a33f1f076f8df8d40e1478d0df17 /drivers/media/media-device.c | |
parent | media: media.h.rst.exceptions: ignore MEDIA-ENT-F-DTV-DECODER (diff) | |
download | linux-43bd1dce39cea87a75e8691aad4ce11a9b457d8e.tar.xz linux-43bd1dce39cea87a75e8691aad4ce11a9b457d8e.zip |
media: vivid: Fix V4L2_FIELD_ALTERNATE new frame check
The vivid driver will overlay stream time on generated frames. Though,
in interlacing mode V4L2_FIELD_ALTERNATE, each field is separate and
must have the same time to ensure proper render. Though, this time was
only updated every 2 frames as the code was checking against the wrong
counter (frame counter rather then field counter).
Signed-off-by: Nicolas Dufresne <nicolas.dufresne@collabora.com>
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Diffstat (limited to 'drivers/media/media-device.c')
0 files changed, 0 insertions, 0 deletions