[FFmpeg-devel] [PATCH 2/6] avformat/mpeg: remove unneeded #include, there are no assert() only av_assert*

Paul B Mahol onemda at gmail.com
Fri Jan 30 12:27:53 CET 2015


Signed-off-by: Paul B Mahol <onemda at gmail.com>
---
 libavformat/mpeg.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/libavformat/mpeg.c b/libavformat/mpeg.c
index f98d850..a0b5738 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"
 
 /*********************************************/
-- 
1.7.11.2



More information about the ffmpeg-devel mailing list