mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
audioadapter: remove redundant statement
The same check is done a little later.
This commit is contained in:
parent
c84cf9a9d4
commit
82e4b9a213
1 changed files with 0 additions and 4 deletions
|
|
@ -511,10 +511,6 @@ static int configure_format(struct impl *this, uint32_t flags, const struct spa_
|
|||
|
||||
spa_log_debug(this->log, "%p: configure format:", this);
|
||||
|
||||
if (format == NULL && !this->have_format)
|
||||
return 0;
|
||||
|
||||
|
||||
if (format == NULL) {
|
||||
if (!this->have_format)
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue