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:
Michael Niedermayer 2014-03-22 21:47:38 +01:00
parent 9ba1190297
commit 82c742377a
1 changed files with 0 additions and 2 deletions

View File

@ -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 \