mirror of https://git.ffmpeg.org/ffmpeg.git
avutil/dynarray: remove debug av_log() from AV_DYNARRAY_ADD
Found-by: wm4 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
9ba1190297
commit
82c742377a
|
@ -53,8 +53,6 @@
|
|||
} else { \
|
||||
void *av_array_new = \
|
||||
av_realloc((av_array), av_size_new * (av_elt_size)); \
|
||||
av_log(NULL, AV_LOG_DEBUG, "Resizing array to %zd\n", \
|
||||
av_size_new); \
|
||||
if (!av_array_new) \
|
||||
av_size_new = 0; \
|
||||
else \
|
||||
|
|
Loading…
Reference in New Issue