]> git.sesse.net Git - ffmpeg/commitdiff
avformat/mux: remove unneeded #include, there are no assert() only av_assert*
authorPaul B Mahol <onemda@gmail.com>
Fri, 30 Jan 2015 11:23:27 +0000 (11:23 +0000)
committerPaul B Mahol <onemda@gmail.com>
Sat, 31 Jan 2015 08:57:07 +0000 (08:57 +0000)
Signed-off-by: Paul B Mahol <onemda@gmail.com>
libavformat/mux.c

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