v4p: dma support

This commit is contained in:
Maxim Devaev
2024-03-08 23:43:24 +00:00
parent e1ef86146f
commit 897ad4951b
5 changed files with 372 additions and 329 deletions

View File

@@ -36,11 +36,3 @@
JANUS_LOG(LOG_ERR, "[%s/%-9s] " x_msg ": %s\n", US_PLUGIN_NAME, x_prefix, ##__VA_ARGS__, m_perror_str); \
free(m_perror_str); \
}
#define US_ONCE(...) { \
const int m_reported = __LINE__; \
if (m_reported != once) { \
__VA_ARGS__; \
once = m_reported; \
} \
}