mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-21 05:33:49 -04:00
spa: libcamera: source: remove unused enum_fmt member
This was introduced by b2c38a2b3b ("libcamera: work on rewrite"),
but it has never been used.
This commit is contained in:
parent
30ce210c2a
commit
c167b98ff2
1 changed files with 0 additions and 1 deletions
|
|
@ -97,7 +97,6 @@ struct port {
|
||||||
struct spa_param_info params[N_PORT_PARAMS];
|
struct spa_param_info params[N_PORT_PARAMS];
|
||||||
|
|
||||||
std::size_t fmt_index = 0;
|
std::size_t fmt_index = 0;
|
||||||
PixelFormat enum_fmt;
|
|
||||||
std::size_t size_index = 0;
|
std::size_t size_index = 0;
|
||||||
|
|
||||||
port(struct impl *impl)
|
port(struct impl *impl)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue