uri -> type

Clean up some more types.
This commit is contained in:
Wim Taymans 2017-03-24 13:11:57 +01:00
parent 5825c62d6d
commit 25b7ede0bc
46 changed files with 276 additions and 256 deletions

View file

@ -26,11 +26,11 @@
#include <lib/debug.h>
#define MAX_URIS 4096
#define MAX_TYPES 4096
typedef struct {
SpaTypeMap map;
char *types[MAX_URIS];
char *types[MAX_TYPES];
unsigned int n_types;
} TypeMap;