Browse Source

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

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n2.6
Paul B Mahol 11 years ago
parent
commit
41456c7d15
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      libavformat/mux.c

+ 0
- 3
libavformat/mux.c View File

@@ -44,9 +44,6 @@
#include "network.h"
#endif

#undef NDEBUG
#include <assert.h>

/**
* @file
* muxing functions for use within libavformat


Loading…
Cancel
Save