[FFmpeg-cvslog] avutil/dynarray: remove debug av_log() from AV_DYNARRAY_ADD

Michael Niedermayer git at videolan.org
Sat Mar 22 21:53:08 CET 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Mar 22 21:47:38 2014 +0100| [82c742377a168c0a6eb7c34f7c321acdf25036e0] | committer: Michael Niedermayer

avutil/dynarray: remove debug av_log() from AV_DYNARRAY_ADD

Found-by: wm4
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=82c742377a168c0a6eb7c34f7c321acdf25036e0
---

 libavutil/dynarray.h |    2 --
 1 file changed, 2 deletions(-)

diff --git a/libavutil/dynarray.h b/libavutil/dynarray.h
index 3a3d24c..00b19bc 100644
--- a/libavutil/dynarray.h
+++ b/libavutil/dynarray.h
@@ -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 \



More information about the ffmpeg-cvslog mailing list