OSDN Git Service

vebox: fix indication of field ordering in sequence.
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>
Fri, 8 Aug 2014 08:35:14 +0000 (10:35 +0200)
committerGwenole Beauchesne <gwenole.beauchesne@intel.com>
Tue, 28 Oct 2014 10:27:55 +0000 (11:27 +0100)
commit917954ee9cfc85920193e8698b2370b6f20600d0
tree65f3bac731fa7987552ec3b8ae03d63e23b50a06
parent608ffaca5d01f713a288d872af3b54406e5db5a9
vebox: fix indication of field ordering in sequence.

VEBOX_DNDI_STATE::dndi_top_first indicates whether the top field is
first in sequence (TFF), or if the bottom field comes first. This is
an indication of the temporal sequence for input frames, available
in the "history" buffer. As such, the correct flag to check against,
from a VA-API perspective, is VA_DEINTERLACING_BOTTOM_FIELD_FIRST.

https://bugs.freedesktop.org/show_bug.cgi?id=72518
https://bugs.freedesktop.org/show_bug.cgi?id=72522

Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com>
src/gen75_vpp_vebox.c