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

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2015-01-30 11:23:27 +00:00
parent 12c5addebc
commit 41456c7d15
1 changed files with 0 additions and 3 deletions

View File

@ -44,9 +44,6 @@
#include "network.h"
#endif
#undef NDEBUG
#include <assert.h>
/**
* @file
* muxing functions for use within libavformat