mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
12c5addebc
commit
41456c7d15
|
@ -44,9 +44,6 @@
|
|||
#include "network.h"
|
||||
#endif
|
||||
|
||||
#undef NDEBUG
|
||||
#include <assert.h>
|
||||
|
||||
/**
|
||||
* @file
|
||||
* muxing functions for use within libavformat
|
||||
|
|
Loading…
Reference in New Issue