]> git.sesse.net Git - ffmpeg/commit
avfilter/yadif_common: Add field type tracking to help bwdif
authorPhilip Langdale <philipl@overt.org>
Sun, 4 Nov 2018 18:02:07 +0000 (10:02 -0800)
committerPhilip Langdale <philipl@overt.org>
Thu, 15 Nov 2018 01:41:01 +0000 (17:41 -0800)
commitfa74e4aef2103e27424d2cfae3f142149b6a3b36
tree692223a83e3b850bd80788e2eb7baf5121a705ce
parent19d3d0c0570981ddc8a224f07d734ff75d76e234
avfilter/yadif_common: Add field type tracking to help bwdif

The bwdif filter can use common yadif frame management if we track
when a field is the first or last field in a sequence. While this
information is not used by yadif, the added benefit of removing the
duplicated frame management logic makes it worth tracking this state
in the common code.
libavfilter/yadif.h
libavfilter/yadif_common.c