]> git.sesse.net Git - ffmpeg/commit
avfilter/af_astats: fix possible crash because of undefined float to integer rounding
authorMarton Balint <cus@passwd.hu>
Sun, 10 Jan 2021 23:12:39 +0000 (00:12 +0100)
committerMarton Balint <cus@passwd.hu>
Sat, 23 Jan 2021 18:54:14 +0000 (19:54 +0100)
commitc8e1e56509c3f176803cdf40b4019263125fa43f
tree42c2a1f8d9c1786d2219bfc5219ceac2c8a75bf6
parent16766bf8a8e477da09337801b96f732740a0b279
avfilter/af_astats: fix possible crash because of undefined float to integer rounding

Fixes ticket #9049.

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