small cleanups

Remove the temp storage for formats and props now that we get a builder
from the host to write into.
This commit is contained in:
Wim Taymans 2017-11-07 20:28:07 +01:00
parent f3bca48398
commit 4d890a2d98
9 changed files with 7 additions and 48 deletions

View file

@ -114,7 +114,6 @@ struct impl {
struct port in_ports[MAX_PORTS];
struct port out_ports[1];
uint8_t format_buffer[4096];
bool have_format;
int n_formats;
struct spa_audio_info format;