summaryrefslogtreecommitdiff
path: root/libavformat/mux.c
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-01-30 11:23:27 +0000
committerPaul B Mahol <onemda@gmail.com>2015-01-31 08:57:07 +0000
commit41456c7d159d83f2fe3ed9399da075b949033bc2 (patch)
tree19b1a2926490300076704cfaaca0bee8ed8e5e03 /libavformat/mux.c
parent12c5addebc66deb02007cdfe02af7ad753250e36 (diff)
avformat/mux: remove unneeded #include, there are no assert() only av_assert*
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavformat/mux.c')
-rw-r--r--libavformat/mux.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/mux.c b/libavformat/mux.c
index adf817112e..050c4d9411 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