[FFmpeg-devel] [PATCH 4/6] avformat/mux: remove unneeded #include, there are no assert() only av_assert*
Paul B Mahol
onemda at gmail.com
Fri Jan 30 12:27:55 CET 2015
Signed-off-by: Paul B Mahol <onemda at gmail.com>
---
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
--
1.7.11.2
More information about the ffmpeg-devel
mailing list