Skip to content
Snippets Groups Projects
Commit 04b0f0e3 authored by Anton Khirnov's avatar Anton Khirnov
Browse files

mem: uninline av_malloc(z)_array()

Inlining public functions hardcodes their implementation into the ABI,
so it should be avoided unless there is a very good reason for it. No
such reason exists in this case.
parent 3d69dd65
No related branches found
No related tags found
Loading
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