git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e55f3e
)
hevcdsp: add missing header include
author
James Almer
<jamrial@gmail.com>
Sat, 10 May 2014 02:57:25 +0000
(23:57 -0300)
committer
Michael Niedermayer
<michaelni@gmx.at>
Sat, 10 May 2014 12:55:03 +0000
(14:55 +0200)
Fixes make checkheaders
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/x86/hevcdsp.h
patch
|
blob
|
history
diff --git
a/libavcodec/x86/hevcdsp.h
b/libavcodec/x86/hevcdsp.h
index
601dede
..
0a52a95
100644
(file)
--- a/
libavcodec/x86/hevcdsp.h
+++ b/
libavcodec/x86/hevcdsp.h
@@
-25,6
+25,8
@@
#ifndef AVCODEC_X86_HEVCDSP_H
#define AVCODEC_X86_HEVCDSP_H
+#include <stdint.h>
+
#define PEL_LINK(dst, idx1, idx2, idx3, name, D, opt) \
dst[idx1][idx2][idx3] = ff_hevc_put_hevc_ ## name ## _ ## D ## _##opt; \
dst ## _bi[idx1][idx2][idx3] = ff_hevc_put_hevc_bi_ ## name ## _ ## D ## _##opt; \