MCPcopy Create free account
hub / github.com/FFmpeg/FFmpeg / reallocAlign

Function reallocAlign

libpostproc/postprocess.c:925–928  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

923}
924
925static void reallocAlign(void **p, int alignment, int size){
926 av_free(*p);
927 *p= av_mallocz(size);
928}
929
930static void reallocBuffers(PPContext *c, int width, int height, int stride, int qpStride){
931 int mbWidth = (width+15)>>4;

Callers 1

reallocBuffersFunction · 0.85

Calls 2

av_freeFunction · 0.85
av_malloczFunction · 0.85

Tested by

no test coverage detected