diff options
Diffstat (limited to 'fftools')
-rw-r--r-- | fftools/ffplay.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fftools/ffplay.c b/fftools/ffplay.c index 833830bfc8..6b19574eae 100644 --- a/fftools/ffplay.c +++ b/fftools/ffplay.c @@ -40,7 +40,6 @@ #include "libavutil/fifo.h" #include "libavutil/parseutils.h" #include "libavutil/samplefmt.h" -#include "libavutil/avassert.h" #include "libavutil/time.h" #include "libavutil/bprint.h" #include "libavformat/avformat.h" @@ -61,8 +60,6 @@ #include "cmdutils.h" -#include <assert.h> - const char program_name[] = "ffplay"; const int program_birth_year = 2003; |