mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-05-29 21:37:54 -04:00
videoconvert: Add videoconvert-vulkan
This commit is contained in:
parent
87736cc685
commit
0af8a47058
17 changed files with 3586 additions and 2 deletions
12
spa/plugins/videoconvert/pixel-formats.h
Normal file
12
spa/plugins/videoconvert/pixel-formats.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/* Spa */
|
||||
/* SPDX-FileCopyrightText: Copyright © 2023 columbarius */
|
||||
/* SPDX-License-Identifier: MIT */
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
struct pixel_format_info {
|
||||
uint32_t bpp; // bytes per pixel
|
||||
};
|
||||
|
||||
bool get_pixel_format_info(uint32_t format, struct pixel_format_info *info);
|
||||
Loading…
Add table
Add a link
Reference in a new issue