va: mpeg2dec: set first field either frame or has a first field
authorVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Tue, 5 Jan 2021 13:16:45 +0000 (14:16 +0100)
committerVíctor Manuel Jáquez Leal <vjaquez@igalia.com>
Wed, 6 Jan 2021 16:27:10 +0000 (17:27 +0100)
commitaff338bb248bd1583515cf28005893ba191447f1
tree1674a72e0ac7250d8ff62c6915d1055bb2e3acc1
parenta926511df4ee4943d88d3f27ce010f9dbf9f6ae7
va: mpeg2dec: set first field either frame or has a first field

Add a helper function _is_frame_start() which check if picture has a
frame structure or if it has not an interlaced first field yet. This
function is used with filling is_first_field parameter.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1939>
sys/va/gstvampeg2dec.c