mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
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 { \
|
} else { \
|
||||||
void *av_array_new = \
|
void *av_array_new = \
|
||||||
av_realloc((av_array), av_size_new * (av_elt_size)); \
|
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) \
|
if (!av_array_new) \
|
||||||
av_size_new = 0; \
|
av_size_new = 0; \
|
||||||
else \
|
else \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user