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

Paul B Mahol git at videolan.org
Sat Jan 31 10:34:37 CET 2015


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Fri Jan 30 11:19:39 2015 +0000| [ca8617a04d32bec50b24c243ef95d2b6e0d7fcdd] | committer: Paul B Mahol

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

Signed-off-by: Paul B Mahol <onemda at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ca8617a04d32bec50b24c243ef95d2b6e0d7fcdd
---

 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"
 
 /*********************************************/



More information about the ffmpeg-cvslog mailing list