Skip to content
Snippets Groups Projects
Commit d433e1ae authored by Martin Storsjö's avatar Martin Storsjö
Browse files

mem: Make av_strdup allocate using av_realloc


This makes sure that pointers from av_strdup are reallocable,
which is used in av_dict_set if the AV_DICT_APPEND flag is set.

Nothing should rely on pointers from av_strdup being aligned.

Signed-off-by: default avatarMartin Storsjö <martin@martin.st>
parent 825c7c62
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment