[FFmpeg-cvslog] avformat/utils: remove unneeded #include, there are no assert() only av_assert*

Paul B Mahol git at videolan.org
Sat Jan 31 10:34:37 CET 2015


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Fri Jan 30 11:17:50 2015 +0000| [43630c82f1b0a774ba33b07e7723791520828f1d] | committer: Paul B Mahol

avformat/utils: remove unneeded #include, there are no assert() only av_assert*

Signed-off-by: Paul B Mahol <onemda at gmail.com>

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

 libavformat/utils.c |    2 --
 1 file changed, 2 deletions(-)

diff --git a/libavformat/utils.c b/libavformat/utils.c
index f6df49b..81c7a0d 100644
--- a/libavformat/utils.c
+++ b/libavformat/utils.c
@@ -19,8 +19,6 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#undef NDEBUG
-#include <assert.h>
 #include <stdarg.h>
 #include <stdint.h>
 



More information about the ffmpeg-cvslog mailing list