Browse Source

lavfi/idet: remove unused assert include.

tags/n1.1
Clément Bœsch 12 years ago
parent
commit
d155abd1fc
1 changed files with 0 additions and 3 deletions
  1. +0
    -3
      libavfilter/vf_idet.c

+ 0
- 3
libavfilter/vf_idet.c View File

@@ -27,9 +27,6 @@
#include "avfilter.h"
#include "internal.h"

#undef NDEBUG
#include <assert.h>

#define HIST_SIZE 4

typedef enum {


Loading…
Cancel
Save