1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-19 05:49:09 +02:00
FFmpeg/libavutil
Jun Zhao 0c79b73164 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>
2020-06-04 21:26:21 +08:00
..
2018-09-14 21:36:21 +02:00
2020-04-23 08:05:15 +08:00
2020-04-23 08:05:15 +08:00
2018-09-12 19:15:09 +02:00
2018-09-12 19:15:09 +02:00
2020-05-26 06:47:31 +02:00
2020-05-22 22:16:52 +02:00
2020-05-22 22:16:52 +02:00
2020-05-23 15:51:44 +02:00
2020-05-23 15:51:44 +02:00
2020-03-23 21:26:25 +00:00