[FFmpeg-cvslog] avcodec/aacdec: remove unneeded #include, theres no assert() in aacdec
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:29:38 2015 +0100| [a73c4118092d24eef11c87c281f651d3e7b394e7] | committer: Michael Niedermayer
avcodec/aacdec: remove unneeded #include, theres no assert() in aacdec
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a73c4118092d24eef11c87c281f651d3e7b394e7
---
libavcodec/aacdec.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavcodec/aacdec.c b/libavcodec/aacdec.c
index d00b3d0..1c69634 100644
--- a/libavcodec/aacdec.c
+++ b/libavcodec/aacdec.c
@@ -102,7 +102,6 @@
#include "aacadtsdec.h"
#include "libavutil/intfloat.h"
-#include <assert.h>
#include <errno.h>
#include <math.h>
#include <stdint.h>
More information about the ffmpeg-cvslog
mailing list