diff options
author | James Almer <jamrial@gmail.com> | 2017-01-11 21:17:52 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-01-11 21:18:03 -0300 |
commit | e71b8119e7db675dd2dac3f7fb069b0df2943c38 (patch) | |
tree | f1eda5c2ddc6f685e008a2ce152e89e4fb6bca83 /libavcodec | |
parent | 682769d3d3a48d8e4c661df2dbc29aa4555e879b (diff) | |
download | ffmpeg-e71b8119e7db675dd2dac3f7fb069b0df2943c38.tar.gz |
avcodec/mathops: add missing header for ff_reverse
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/mathops.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mathops.h b/libavcodec/mathops.h index 958132d897..2d56d007aa 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 |