mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
spa: libcamera: remove two unused members from libcamera source
Neither `next_fmt`, nor `next_size` were actually used, remove them.
This commit is contained in:
parent
222368e562
commit
98193f7d67
1 changed files with 0 additions and 2 deletions
|
|
@ -120,10 +120,8 @@ struct port {
|
||||||
struct spa_param_info params[8];
|
struct spa_param_info params[8];
|
||||||
|
|
||||||
uint32_t fmt_index;
|
uint32_t fmt_index;
|
||||||
bool next_fmt;
|
|
||||||
PixelFormat enum_fmt;
|
PixelFormat enum_fmt;
|
||||||
uint32_t size_index;
|
uint32_t size_index;
|
||||||
bool next_size;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
struct impl {
|
struct impl {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue