]> git.sesse.net Git - ffmpeg/commit
avfilter/vf_geq: Use av_clipd() instead of av_clipf()
authorMichael Niedermayer <michael@niedermayer.cc>
Sat, 12 Oct 2019 11:46:04 +0000 (13:46 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Sun, 13 Oct 2019 22:48:44 +0000 (00:48 +0200)
commitc8813b1a984714f0027cabeea2394035df20cf38
tree55c4e1d5d58d36d9c2a03048b4cacaf0460969e7
parent5056eb351117d7a794cc342130325749305cd4bc
avfilter/vf_geq: Use av_clipd() instead of av_clipf()

With floats we cannot represent all 32bit integer dimensions

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavfilter/vf_geq.c