summaryrefslogtreecommitdiff
path: root/libavcodec/diracdsp.h
diff options
context:
space:
mode:
authorJordi Ortiz <nenjordi@gmail.com>2011-11-03 17:32:10 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-11-04 23:59:20 +0100
commit1b95b52c0a73a5f29060de4861f36470a05df65d (patch)
tree070a7331b73e411969c68e15c6920eef017dde02 /libavcodec/diracdsp.h
parent38a444e05dd980af321211b1584421fb28b67faa (diff)
Dirac: Solved problem with make checkheaders
(cherry picked from commit d611ea0a44f3e4f67fef7ba916da5a25adef58da) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/diracdsp.h')
-rw-r--r--libavcodec/diracdsp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/diracdsp.h b/libavcodec/diracdsp.h
index 454fa3be10..68c04c21e0 100644
--- a/libavcodec/diracdsp.h
+++ b/libavcodec/diracdsp.h
@@ -21,6 +21,8 @@
#ifndef AVCODEC_DIRACDSP_H
#define AVCODEC_DIRACDSP_H
+#include <stdint.h>
+
typedef void (*dirac_weight_func)(uint8_t *block, int stride, int log2_denom, int weight, int h);
typedef void (*dirac_biweight_func)(uint8_t *dst, uint8_t *src, int stride, int log2_denom, int weightd, int weights, int h);