]> git.sesse.net Git - ffmpeg/commit
vf_deinterlace_vaapi: Add support for field rate output
authorMark Thompson <sw@jkqxz.net>
Mon, 27 Feb 2017 21:29:46 +0000 (21:29 +0000)
committerMark Thompson <sw@jkqxz.net>
Wed, 14 Jun 2017 21:26:32 +0000 (22:26 +0100)
commitbff7bec1d7d0ed23f24a2c815f133d58b6b86b1e
tree3262477c5a74983b00cff81a0e14056ba58596ef
parent527a1e213167123d24d014bc0b956ef43d9d6542
vf_deinterlace_vaapi: Add support for field rate output

In order to work correctly with the i965 driver, this also fixes the
direction of forward/backward references - forward references are
intended to be those from the past to the current frame, not from the
current frame to the future.

(cherry picked from commit 9aa251c98ce60e5ee83156e5292547a7671ced3a)
libavfilter/vf_deinterlace_vaapi.c