[FFmpeg-cvslog] intrax8dsp: Add missing #include to make header standalone

Diego Biurrun git at videolan.org
Mon Sep 3 17:44:30 CEST 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Mon Sep  3 11:21:19 2012 +0200| [7681b8837a2679991c022c0f2e70dc08b81f942d] | committer: Diego Biurrun

intrax8dsp: Add missing #include to make header standalone

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

 libavcodec/intrax8dsp.h |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavcodec/intrax8dsp.h b/libavcodec/intrax8dsp.h
index d67fa4e..5c3cc4a 100644
--- a/libavcodec/intrax8dsp.h
+++ b/libavcodec/intrax8dsp.h
@@ -19,6 +19,8 @@
 #ifndef AVCODEC_INTRAX8DSP_H
 #define AVCODEC_INTRAX8DSP_H
 
+#include <stdint.h>
+
 typedef struct IntraX8DSPContext {
     void (*v_loop_filter)(uint8_t *src, int stride, int qscale);
     void (*h_loop_filter)(uint8_t *src, int stride, int qscale);



More information about the ffmpeg-cvslog mailing list