summaryrefslogtreecommitdiff
path: root/libpostproc
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-07-02 12:52:20 +0000
committerDiego Biurrun <diego@biurrun.de>2007-07-02 12:52:20 +0000
commit53eecfdefc644ba064c80ec2f60650e72a7f9990 (patch)
tree25e43e211a63a50b2b87ef144fb4194c05e1e721 /libpostproc
parent34359cab0db34b1ad840a9ca409f7ef1623a3558 (diff)
Fix 'make checkheaders'.
Originally committed as revision 9460 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libpostproc')
-rw-r--r--libpostproc/postprocess.h2
-rw-r--r--libpostproc/postprocess_internal.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/libpostproc/postprocess.h b/libpostproc/postprocess.h
index a240558f72..aa5714d047 100644
--- a/libpostproc/postprocess.h
+++ b/libpostproc/postprocess.h
@@ -37,6 +37,8 @@
#define QP_STORE_T int8_t
+#include <inttypes.h>
+
typedef void pp_context_t;
typedef void pp_mode_t;
diff --git a/libpostproc/postprocess_internal.h b/libpostproc/postprocess_internal.h
index a4e31d3d6b..56d1191d91 100644
--- a/libpostproc/postprocess_internal.h
+++ b/libpostproc/postprocess_internal.h
@@ -27,6 +27,7 @@
#define POSTPROCESS_INTERNAL_H
#include "avutil.h"
+#include "postprocess.h"
#define V_DEBLOCK 0x01
#define H_DEBLOCK 0x02