mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
audioconvert: add log topic for resampler
This commit is contained in:
parent
bf783ab08f
commit
28393cb896
3 changed files with 12 additions and 0 deletions
|
|
@ -6,6 +6,11 @@
|
|||
#include <stdio.h>
|
||||
|
||||
#include <spa/utils/defs.h>
|
||||
#include <spa/support/log.h>
|
||||
|
||||
#undef SPA_LOG_TOPIC_DEFAULT
|
||||
#define SPA_LOG_TOPIC_DEFAULT &resample_log_topic
|
||||
extern struct spa_log_topic resample_log_topic;
|
||||
|
||||
struct peaks {
|
||||
uint32_t cpu_flags;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue