projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13b6b7e
)
intrax8dsp: Add missing #include to make header standalone
author
Diego Biurrun
<diego@biurrun.de>
Mon, 3 Sep 2012 09:21:19 +0000
(11:21 +0200)
committer
Diego Biurrun
<diego@biurrun.de>
Mon, 3 Sep 2012 09:31:47 +0000
(11:31 +0200)
libavcodec/intrax8dsp.h
patch
|
blob
|
history
diff --git
a/libavcodec/intrax8dsp.h
b/libavcodec/intrax8dsp.h
index d67fa4eda5e16c6b68c00877c4bd65f3f9ec5385..5c3cc4aa74f0c4b5c813202b7f7eae7aad28ba33 100644
(file)
--- 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);