aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/vulkan.h
diff options
context:
space:
mode:
authorLynne <dev@lynne.ee>2022-12-18 08:31:03 +0100
committerLynne <dev@lynne.ee>2023-05-29 00:41:57 +0200
commit023ae6103f0e0db1610ef3988290e37fea47661d (patch)
tree0837b2d80db3f1269a2baa33cddcd4fb410996c9 /libavcodec/vulkan.h
parent6733a1a456b1720ec58f83c21352d54406229102 (diff)
downloadffmpeg-023ae6103f0e0db1610ef3988290e37fea47661d.tar.gz
libavcodec: add Vulkan common video code
Diffstat (limited to 'libavcodec/vulkan.h')
-rw-r--r--libavcodec/vulkan.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/libavcodec/vulkan.h b/libavcodec/vulkan.h
new file mode 100644
index 0000000000..b15efd4add
--- /dev/null
+++ b/libavcodec/vulkan.h
@@ -0,0 +1,24 @@
+/*
+ * This file is part of FFmpeg.
+ *
+ * FFmpeg is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2.1 of the License, or (at your option) any later version.
+ *
+ * FFmpeg is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with FFmpeg; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
+ */
+
+#ifndef AVCODEC_VULKAN_H
+#define AVCODEC_VULKAN_H
+
+#include "libavutil/vulkan.h"
+
+#endif /* AVCODEC_VULKAN_H */