small cleanups

This commit is contained in:
Wim Taymans 2018-05-08 10:42:17 +02:00
parent b160d81d2f
commit 7bb0e4da85
6 changed files with 25 additions and 19 deletions

View file

@ -51,7 +51,7 @@ struct spa_io_buffers {
#define SPA_STATUS_NEED_BUFFER (1<<0)
#define SPA_STATUS_HAVE_BUFFER (1<<1)
#define SPA_STATUS_FORMAT_CHANGED (1<<2)
#define SPA_STATUS_PORTS_CHANGED (1<<3)
#define SPA_STATUS_PORT_CHANGED (1<<3)
#define SPA_STATUS_PARAM_CHANGED (1<<4)
int32_t status; /**< the status code */
uint32_t buffer_id; /**< a buffer id */