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

Signed-off-by: Paul B Mahol <onemda@gmail.com>
pull/109/head
Paul B Mahol 10 years ago
parent 12c5addebc
commit 41456c7d15
  1. 3
      libavformat/mux.c

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

Loading…
Cancel
Save