Skip to content
Snippets Groups Projects
Commit 82c74237 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

avutil/dynarray: remove debug av_log() from AV_DYNARRAY_ADD


Found-by: wm4
Signed-off-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parent 9ba11902
No related merge requests found
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment