]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/inverse.c
swscale: fix another integer overflow.
[ffmpeg] / libavutil / inverse.c
index bca61832efb006947a52b998c303ccaf3f309c46..5a5c490e0afdc61616faac2217176055df8d4525 100644 (file)
@@ -19,7 +19,7 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#include "libavutil/intmath.h"
+#include <stdint.h>
 
 /* a*inverse[b]>>32 == a/b for all 0<=a<=16909558 && 2<=b<=256
  * for a>16909558, is an overestimate by less than 1 part in 1<<24 */