Commit 82c74237 authored by Michael Niedermayer's avatar Michael Niedermayer

avutil/dynarray: remove debug av_log() from AV_DYNARRAY_ADD

Found-by: wm4
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 9ba11902
......@@ -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 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment