git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
hevcdsp: include stddef.h for ptrdiff_t definition
[ffmpeg.git]
/
libavcodec
/
x86
/
hevcdsp.h
diff --git
a/libavcodec/x86/hevcdsp.h
b/libavcodec/x86/hevcdsp.h
index
0a52a95
..
c5a64c7
100644
(file)
--- a/
libavcodec/x86/hevcdsp.h
+++ b/
libavcodec/x86/hevcdsp.h
@@
-25,6
+25,7
@@
#ifndef AVCODEC_X86_HEVCDSP_H
#define AVCODEC_X86_HEVCDSP_H
+#include <stddef.h>
#include <stdint.h>
#define PEL_LINK(dst, idx1, idx2, idx3, name, D, opt) \