diff options
author | Jun Zhao <barryjzhao@tencent.com> | 2020-05-30 20:41:31 +0800 |
---|---|---|
committer | Jun Zhao <barryjzhao@tencent.com> | 2020-06-04 21:26:21 +0800 |
commit | 0c79b731647f834dae86a5cf6fb4dbe3538b2266 (patch) | |
tree | 7f027aba2784508d48c8d749347c4610863a67d8 /libavutil/x86/pixelutils.h | |
parent | 8e7b5ba80e05eb5d58b724bec0be19611b11958a (diff) | |
download | ffmpeg-0c79b731647f834dae86a5cf6fb4dbe3538b2266.tar.gz |
hwcontext_vulkan: fix make checkheaders fail
make checkheaders will get error as follow:
CC libavutil/hwcontext_vulkan.h.o
In file included from libavutil/hwcontext_vulkan.h.c:1:
./libavutil/hwcontext_vulkan.h:130:23: error: ‘AV_NUM_DATA_POINTERS’ undeclared here (not in a function)
130 | void *alloc_pnext[AV_NUM_DATA_POINTERS];
| ^~~~~~~~~~~~~~~~~~~~
./libavutil/hwcontext_vulkan.h:199:43: warning: ‘enum AVPixelFormat’ declared inside parameter list will not be visible outside of this definition or declaration
Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
Diffstat (limited to 'libavutil/x86/pixelutils.h')
0 files changed, 0 insertions, 0 deletions