mirror of
https://github.com/librempeg/librempeg
synced 2024-11-22 00:51:37 +00:00
avutil/avstring: Use proper types
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
b1be215318
commit
8c4f878bee
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user