]> git.sesse.net Git - ffmpeg/commit
postproc/postprocess_template: Avoid using %4 for the threshold compare
authorMichael Niedermayer <michael@niedermayer.cc>
Thu, 20 Dec 2018 21:40:05 +0000 (22:40 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Sat, 22 Dec 2018 16:41:44 +0000 (17:41 +0100)
commit4325527e1c4fd2da119e81933172065ee1274eda
treee701ba1c1b9e8c9a7cd1f547f9aac0e1014b2f3f
parent7ea4b928a2649ea03c0ef0d3f519d302391da410
postproc/postprocess_template: Avoid using %4 for the threshold compare

This avoids problems if %4 is the stack pointer
the constraints do not allow %4 to be the stack pointer but gcc 9 may
no longer support specifying such constraints

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libpostproc/postprocess_template.c