[FFmpeg-cvslog] avcodec/wma: remove unneeded #includes, there are no assert() only av_assert*

Michael Niedermayer git at videolan.org
Fri Jan 30 02:55:25 CET 2015


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Jan 30 02:26:17 2015 +0100| [305cbe76d327cdd9642f383cbbee52430703e3b5] | committer: Michael Niedermayer

avcodec/wma: remove unneeded #includes, there are no assert() only av_assert*

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libavcodec/wma.c    |    3 ---
 libavcodec/wmadec.c |    3 ---
 2 files changed, 6 deletions(-)

diff --git a/libavcodec/wma.c b/libavcodec/wma.c
index fa5c887..3bc6099 100644
--- a/libavcodec/wma.c
+++ b/libavcodec/wma.c
@@ -28,9 +28,6 @@
 #include "wma_freqs.h"
 #include "wmadata.h"
 
-#undef NDEBUG
-#include <assert.h>
-
 /* XXX: use same run/length optimization as mpeg decoders */
 // FIXME maybe split decode / encode or pass flag
 static av_cold int init_coef_vlc(VLC *vlc, uint16_t **prun_table,
diff --git a/libavcodec/wmadec.c b/libavcodec/wmadec.c
index 79e7b0c..d80bd2b 100644
--- a/libavcodec/wmadec.c
+++ b/libavcodec/wmadec.c
@@ -39,9 +39,6 @@
 #include "internal.h"
 #include "wma.h"
 
-#undef NDEBUG
-#include <assert.h>
-
 #define EXPVLCBITS 8
 #define EXPMAX     ((19 + EXPVLCBITS - 1) / EXPVLCBITS)
 



More information about the ffmpeg-cvslog mailing list