diff options
author | James Almer <jamrial@gmail.com> | 2013-02-03 06:01:35 -0300 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-02-03 13:08:36 +0100 |
commit | d1511c02f49e2a7faddb727e9b19da8ec6189703 (patch) | |
tree | 1aedd4b5c73a60ca48293dfe1163c24236597fb9 /libavcodec/proresdsp.h | |
parent | 90020d7f4bf2f0f18fca6ba731152886d8c923fd (diff) | |
download | ffmpeg-d1511c02f49e2a7faddb727e9b19da8ec6189703.tar.gz |
proresdsp: Fix checkheaders
It's been broken since commit ac89875
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/proresdsp.h')
-rw-r--r-- | libavcodec/proresdsp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/proresdsp.h b/libavcodec/proresdsp.h index a9df91851f..706162af52 100644 --- a/libavcodec/proresdsp.h +++ b/libavcodec/proresdsp.h @@ -24,6 +24,7 @@ #define AVCODEC_PRORESDSP_H #include <stdint.h> +#include "dsputil.h" #define PRORES_BITS_PER_SAMPLE 10 ///< output precision of prores decoder |