ffmpeg | branch: master | Paul B Mahol <one...@gmail.com> | Fri Jan 30 10:42:44 
2015 +0000| [3db9960e0aa9874e955add8c13227ce3d1f6aa51] | committer: Paul B Mahol

avcodec/qdm2: remove unneeded #include, there are no assert()

Signed-off-by: Paul B Mahol <one...@gmail.com>

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

 libavcodec/qdm2.c |    4 ----
 1 file changed, 4 deletions(-)

diff --git a/libavcodec/qdm2.c b/libavcodec/qdm2.c
index 55d9e3f..5e12469 100644
--- a/libavcodec/qdm2.c
+++ b/libavcodec/qdm2.c
@@ -46,10 +46,6 @@
 
 #include "qdm2_tablegen.h"
 
-#undef NDEBUG
-#include <assert.h>
-
-
 #define QDM2_LIST_ADD(list, size, packet) \
 do { \
       if (size > 0) { \

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to