[FFmpeg-cvslog] avcodec/mathops: add missing header for ff_reverse
James Almer
git at videolan.org
Thu Jan 12 02:20:05 EET 2017
ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Wed Jan 11 21:17:52 2017 -0300| [e71b8119e7db675dd2dac3f7fb069b0df2943c38] | committer: James Almer
avcodec/mathops: add missing header for ff_reverse
Signed-off-by: James Almer <jamrial at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e71b8119e7db675dd2dac3f7fb069b0df2943c38
---
libavcodec/mathops.h | 1 +
1 file changed, 1 insertion(+)
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
More information about the ffmpeg-cvslog
mailing list