X-Git-Url: https://git.videolan.org/?p=ffmpeg.git;a=blobdiff_plain;f=libavcodec%2Favcodec.h;h=f7b6e074b2718ee380243e262a4a0658a126f53e;hp=35c2a0a63991acc27795069536650c9316888d9c;hb=beebfdb1e83c7759a658ba8b18d429c3a0a5de0a;hpb=e0b67c7618b959f4dba240602fa5b5464f50f193 diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 35c2a0a639..f7b6e074b2 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -2920,15 +2920,6 @@ void av_free_static(void); */ void *av_mallocz_static(unsigned int size); -/** - * Same as av_mallocz_static(), but does a realloc. - * - * @param[in] ptr The block of memory to reallocate. - * @param[in] size The requested size. - * @return Block of memory of requested size. - */ -void *av_realloc_static(void *ptr, unsigned int size); - void img_copy(AVPicture *dst, const AVPicture *src, int pix_fmt, int width, int height);