[FFmpeg-cvslog] lavfi/transform: fix make checkheaders.

Clément Bœsch git at videolan.org
Fri May 18 23:44:49 CEST 2012


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Wed May  9 08:15:27 2012 +0200| [f8f3deb73120d12924bf9db26fd81c9cb6468bde] | committer: Clément Bœsch

lavfi/transform: fix make checkheaders.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f8f3deb73120d12924bf9db26fd81c9cb6468bde
---

 libavfilter/transform.h |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavfilter/transform.h b/libavfilter/transform.h
index 701c833..edd0cf2 100644
--- a/libavfilter/transform.h
+++ b/libavfilter/transform.h
@@ -22,6 +22,8 @@
 #ifndef AVFILTER_TRANSFORM_H
 #define AVFILTER_TRANSFORM_H
 
+#include <stdint.h>
+
 /**
  * @file
  * transform input video



More information about the ffmpeg-cvslog mailing list