audioconvert: add log topic for resampler

This commit is contained in:
Pauli Virtanen 2025-09-07 16:44:03 +03:00 committed by Wim Taymans
parent bf783ab08f
commit 28393cb896
3 changed files with 12 additions and 0 deletions

View file

@ -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;