diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-12-26 02:50:06 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-12-26 17:17:36 +0100 |
commit | d155abd1fcaa32c9be2f8db30398a342131c202d (patch) | |
tree | 0669a0921417ae05d8350dc81bb338d89756b8c5 | |
parent | a7f0af1b9aeba7611731ca92ab3cac13ac98a9bb (diff) | |
download | ffmpeg-d155abd1fcaa32c9be2f8db30398a342131c202d.tar.gz |
lavfi/idet: remove unused assert include.
-rw-r--r-- | libavfilter/vf_idet.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavfilter/vf_idet.c b/libavfilter/vf_idet.c index 82f0ae1ba4..bcc2fff3ec 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 { |