[FFmpeg-cvslog] lavfi/idet: remove unused assert include.
Clément Bœsch
git at videolan.org
Wed Dec 26 17:22:20 CET 2012
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Wed Dec 26 02:50:06 2012 +0100| [d155abd1fcaa32c9be2f8db30398a342131c202d] | committer: Clément Bœsch
lavfi/idet: remove unused assert include.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d155abd1fcaa32c9be2f8db30398a342131c202d
---
libavfilter/vf_idet.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/libavfilter/vf_idet.c b/libavfilter/vf_idet.c
index 82f0ae1..bcc2fff 100644
--- a/libavfilter/vf_idet.c
+++ b/libavfilter/vf_idet.c
@@ -27,9 +27,6 @@
#include "avfilter.h"
#include "internal.h"
-#undef NDEBUG
-#include <assert.h>
-
#define HIST_SIZE 4
typedef enum {
More information about the ffmpeg-cvslog
mailing list