- av_free
void av_free(void* ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- av_freep
void av_freep(void** ptr)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- av_malloc
void* av_malloc(size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- av_malloc_array
void* av_malloc_array(size_t nmemb, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- av_mallocz
void* av_mallocz(size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- av_mallocz_array
void* av_mallocz_array(size_t nmemb, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- av_memcpy_backptr
void av_memcpy_backptr(ubyte* dst, int back, int cnt)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- av_realloc
void* av_realloc(void* ptr, size_t size)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- av_strdup
char* av_strdup(const(char)* s)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.