Remove format for now

This commit is contained in:
Johannes Schriewer 2024-03-01 01:31:12 +01:00
parent 240346b7da
commit c3a015b616

View file

@ -17,7 +17,6 @@ struct _AudioPipelineElement {
AudioPipelineElementType type;
/* output format */
char format[4];
uint8_t channels;
uint8_t bits_per_sample;
uint32_t sample_rate;