Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2015-01-30 14:19:39 +0300
committerPaul B Mahol <onemda@gmail.com>2015-01-31 11:57:06 +0300
commitca8617a04d32bec50b24c243ef95d2b6e0d7fcdd (patch)
tree4ff57d04dbe039f921e04d4f438c54c4001b9b01 /libavformat/mpeg.c
parent43630c82f1b0a774ba33b07e7723791520828f1d (diff)
avformat/mpeg: remove unneeded #include, there are no assert() only av_assert*
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'libavformat/mpeg.c')
-rw-r--r--libavformat/mpeg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c
index f98d850272..a0b5738790 100644
--- a/libavformat/mpeg.c
+++ b/libavformat/mpeg.c
@@ -28,8 +28,6 @@
# include "libavutil/bprint.h"
#endif
-#undef NDEBUG
-#include <assert.h>
#include "libavutil/avassert.h"
/*********************************************/