Commit ac612317 authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

avutil/avstring: Use proper types

Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
parent 9e36e2fb
......@@ -345,7 +345,7 @@ int av_escape(char **dst, const char *src, const char *special_chars,
int av_match_name(const char *name, const char *names)
{
const char *p;
int len, namelen;
size_t len, namelen;
if (!name || !names)
return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment