mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-31 07:11:14 -04:00
modules: remove some unused fields
This commit is contained in:
parent
36740e0100
commit
8db1153519
1 changed files with 0 additions and 12 deletions
|
|
@ -131,11 +131,6 @@
|
||||||
PW_LOG_TOPIC(mod_topic, "mod." NAME);
|
PW_LOG_TOPIC(mod_topic, "mod." NAME);
|
||||||
#define PW_LOG_TOPIC_DEFAULT mod_topic
|
#define PW_LOG_TOPIC_DEFAULT mod_topic
|
||||||
|
|
||||||
#define BUFFER_SIZE (1u<<22)
|
|
||||||
#define BUFFER_MASK (BUFFER_SIZE-1)
|
|
||||||
#define BUFFER_SIZE2 (BUFFER_SIZE>>1)
|
|
||||||
#define BUFFER_MASK2 (BUFFER_SIZE2-1)
|
|
||||||
|
|
||||||
#define FRAMES_PER_TCP_PACKET 4096
|
#define FRAMES_PER_TCP_PACKET 4096
|
||||||
#define FRAMES_PER_UDP_PACKET 352
|
#define FRAMES_PER_UDP_PACKET 352
|
||||||
|
|
||||||
|
|
@ -274,13 +269,6 @@ struct impl {
|
||||||
|
|
||||||
bool mute;
|
bool mute;
|
||||||
float volume;
|
float volume;
|
||||||
|
|
||||||
struct spa_ringbuffer ring;
|
|
||||||
uint8_t buffer[BUFFER_SIZE];
|
|
||||||
|
|
||||||
struct spa_io_position *io_position;
|
|
||||||
|
|
||||||
uint32_t filled;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static inline void bit_writer(uint8_t **p, int *pos, uint8_t data, int len)
|
static inline void bit_writer(uint8_t **p, int *pos, uint8_t data, int len)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue