add missing file

This commit is contained in:
Wim Taymans 2019-01-22 17:47:55 +01:00
parent 351fb9ce29
commit a1d45d2b25
2 changed files with 294 additions and 4 deletions

View file

@ -32,10 +32,6 @@ extern "C" {
#include <spa/utils/defs.h>
#include <spa/utils/type.h>
#ifndef SPA_POD_MAX_DEPTH
#define SPA_POD_MAX_DEPTH 16
#endif
#define SPA_POD_BODY_SIZE(pod) (((struct spa_pod*)(pod))->size)
#define SPA_POD_TYPE(pod) (((struct spa_pod*)(pod))->type)
#define SPA_POD_SIZE(pod) (sizeof(struct spa_pod) + SPA_POD_BODY_SIZE(pod))