[FFmpeg-cvslog] proresdsp: Fix checkheaders

James Almer git at videolan.org
Sun Feb 3 13:14:09 CET 2013


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sun Feb  3 06:01:35 2013 -0300| [d1511c02f49e2a7faddb727e9b19da8ec6189703] | committer: Michael Niedermayer

proresdsp: Fix checkheaders

It's been broken since commit ac89875

Signed-off-by: James Almer <jamrial at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libavcodec/proresdsp.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/proresdsp.h b/libavcodec/proresdsp.h
index a9df918..706162a 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
 



More information about the ffmpeg-cvslog mailing list