]> git.sesse.net Git - ffmpeg/commit
avcodec/ratecontrol: fix the integer overflow after long time run
authorLimin Wang <lance.lmwang@gmail.com>
Sat, 30 May 2020 14:28:22 +0000 (22:28 +0800)
committerLimin Wang <lance.lmwang@gmail.com>
Tue, 2 Jun 2020 22:57:50 +0000 (06:57 +0800)
commit801c8a961a504f014439c4312ecc3d66f03aea93
tree0f9f6e75d643222c4b44b90ba9edbb1328c7b649
parent6e1903938befc0bce2f64e01770af2f65d625cfc
avcodec/ratecontrol: fix the integer overflow after long time run

Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
libavcodec/ratecontrol.c