![]() |
Miam-Player
0.8.0
A nice music player
|
Functions | |
void | av_max_alloc (size_t max) |
Other functions related to memory allocation.
void av_max_alloc | ( | size_t | max | ) |
Set the maximum size that may be allocated in one block.
The value specified with this function is effective for all libavutil's heap management functions.
By default, the max value is defined as INT_MAX
.
max | Value to be set as the new maximum size |