Commit 41456c7d authored by Paul B Mahol's avatar Paul B Mahol

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

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 12c5adde
...@@ -44,9 +44,6 @@ ...@@ -44,9 +44,6 @@
#include "network.h" #include "network.h"
#endif #endif
#undef NDEBUG
#include <assert.h>
/** /**
* @file * @file
* muxing functions for use within libavformat * muxing functions for use within libavformat
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment