fix warnings

This commit is contained in:
Wim Taymans 2019-01-08 09:30:40 +01:00
parent 7f0d5a1c10
commit 3fa2ad33e4
3 changed files with 5 additions and 5 deletions

View file

@ -85,7 +85,7 @@ ffmpeg_enum_interface_info(const struct spa_handle_factory *factory,
int spa_handle_factory_enum(const struct spa_handle_factory **factory, uint32_t *index)
{
static const AVCodec *c = NULL;
static int ci = 0;
static uint32_t ci = 0;
static struct spa_handle_factory f;
static char name[128];