mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
spa: libcamera: remove two unused members
This commit is contained in:
parent
87368c8e4f
commit
55fafe8f0b
1 changed files with 0 additions and 11 deletions
|
|
@ -60,14 +60,6 @@ struct buffer {
|
||||||
void *ptr;
|
void *ptr;
|
||||||
};
|
};
|
||||||
|
|
||||||
#define MAX_CONTROLS 64
|
|
||||||
|
|
||||||
struct control {
|
|
||||||
uint32_t id;
|
|
||||||
uint32_t ctrl_id;
|
|
||||||
double value;
|
|
||||||
};
|
|
||||||
|
|
||||||
struct port {
|
struct port {
|
||||||
struct impl *impl;
|
struct impl *impl;
|
||||||
|
|
||||||
|
|
@ -78,9 +70,6 @@ struct port {
|
||||||
|
|
||||||
uint32_t memtype = 0;
|
uint32_t memtype = 0;
|
||||||
|
|
||||||
struct control controls[MAX_CONTROLS];
|
|
||||||
uint32_t n_controls = 0;
|
|
||||||
|
|
||||||
struct buffer buffers[MAX_BUFFERS];
|
struct buffer buffers[MAX_BUFFERS];
|
||||||
uint32_t n_buffers = 0;
|
uint32_t n_buffers = 0;
|
||||||
struct spa_list queue;
|
struct spa_list queue;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue