]> git.sesse.net Git - ffmpeg/commit
avfilter/vf_interlace: restore lowpass mode constants
authorMarton Balint <cus@passwd.hu>
Fri, 6 Dec 2019 09:35:41 +0000 (10:35 +0100)
committerMarton Balint <cus@passwd.hu>
Sat, 14 Dec 2019 21:53:56 +0000 (22:53 +0100)
commit28b5dc6199ed7b4f62e345865fe28142b9cbf9e0
tree981a1c86eff359216f5423172dcded0906f31f1b
parent8b5ef2dcffe56e94c26278645f0b3bcf0805c64d
avfilter/vf_interlace: restore lowpass mode constants

The documentation still mentions numerical constants in addition to textual
ones. It is also wrong to use distinct modes as flags and it disallows us to
actually use the flags field for real flags in the future.

Signed-off-by: Marton Balint <cus@passwd.hu>
libavfilter/tinterlace.h
libavfilter/vf_tinterlace.c