diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-01-30 11:23:27 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-01-31 08:57:07 +0000 |
commit | 41456c7d159d83f2fe3ed9399da075b949033bc2 (patch) | |
tree | 19b1a2926490300076704cfaaca0bee8ed8e5e03 /libavformat | |
parent | 12c5addebc66deb02007cdfe02af7ad753250e36 (diff) | |
download | ffmpeg-41456c7d159d83f2fe3ed9399da075b949033bc2.tar.gz |
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')
-rw-r--r-- | libavformat/mux.c | 3 |
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 |