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

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


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Fri Jan 30 11:23:27 2015 +0000| [41456c7d159d83f2fe3ed9399da075b949033bc2] | committer: Paul B Mahol

avformat/mux: 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=41456c7d159d83f2fe3ed9399da075b949033bc2
---

 libavformat/mux.c |    3 ---
 1 file changed, 3 deletions(-)

diff --git a/libavformat/mux.c b/libavformat/mux.c
index adf8171..050c4d9 100644
--- a/libavformat/mux.c
+++ b/libavformat/mux.c
@@ -44,9 +44,6 @@
 #include "network.h"
 #endif
 
-#undef NDEBUG
-#include <assert.h>
-
 /**
  * @file
  * muxing functions for use within libavformat



More information about the ffmpeg-cvslog mailing list