mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
spa: libcamera: remove unnecessary typedef
This commit is contained in:
parent
02f2d6b48d
commit
f9796fc024
3 changed files with 11 additions and 11 deletions
|
|
@ -604,7 +604,7 @@ spa_libcamera_alloc_buffers(struct impl *impl, struct port *port,
|
|||
}
|
||||
|
||||
|
||||
void Impl::requestComplete(libcamera::Request *request)
|
||||
void impl::requestComplete(libcamera::Request *request)
|
||||
{
|
||||
struct impl *impl = this;
|
||||
struct port *port = &impl->out_ports[0];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue