mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04: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];
|
||||
|
||||
uint32_t fmt_index;
|
||||
bool next_fmt;
|
||||
PixelFormat enum_fmt;
|
||||
uint32_t size_index;
|
||||
bool next_size;
|
||||
};
|
||||
|
||||
struct impl {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue