diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-07-18 19:05:07 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2014-07-18 19:05:07 +0200 |
commit | 5dcd43cd86668c8a97b1b3220737fe1b75ffaf72 (patch) | |
tree | 31e4ae9c0ec0cef72c7c1483a743d87faad953e7 /libavcodec | |
parent | cb8cb85da791825bfd186c86492f0eb6db540cf7 (diff) | |
download | ffmpeg-5dcd43cd86668c8a97b1b3220737fe1b75ffaf72.tar.gz |
Fix make checkheaders for libavcodec/proresdsp.h.
Diffstat (limited to 'libavcodec')
-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 1ac0649bb5..159862ec3d 100644 --- a/libavcodec/proresdsp.h +++ b/libavcodec/proresdsp.h @@ -24,6 +24,7 @@ #define AVCODEC_PRORESDSP_H #include <stdint.h> +#include "avcodec.h" #define PRORES_BITS_PER_SAMPLE 10 ///< output precision of prores decoder |