summaryrefslogtreecommitdiffstats
path: root/libavcodec/mathops.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-01-11 21:17:52 -0300
committerJames Almer <jamrial@gmail.com>2017-01-11 21:18:03 -0300
commite71b8119e7db675dd2dac3f7fb069b0df2943c38 (patch)
treef1eda5c2ddc6f685e008a2ce152e89e4fb6bca83 /libavcodec/mathops.h
parent682769d3d3a48d8e4c661df2dbc29aa4555e879b (diff)
downloadffmpeg-streaming-e71b8119e7db675dd2dac3f7fb069b0df2943c38.zip
ffmpeg-streaming-e71b8119e7db675dd2dac3f7fb069b0df2943c38.tar.gz
avcodec/mathops: add missing header for ff_reverse
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec/mathops.h')
-rw-r--r--libavcodec/mathops.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mathops.h b/libavcodec/mathops.h
index 958132d..2d56d00 100644
--- a/libavcodec/mathops.h
+++ b/libavcodec/mathops.h
@@ -25,6 +25,7 @@
#include <stdint.h>
#include "libavutil/common.h"
+#include "libavutil/internal.h"
#include "config.h"
#define MAX_NEG_CROP 1024
OpenPOWER on IntegriCloud