diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-07-22 15:02:30 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-07-22 15:02:30 +0200 |
commit | 2934a4b9a5ee4825480180421e4679c02e6cbbe5 (patch) | |
tree | 2c9eaeef2b78febca43b01944b7e8382a1639c0c /fftools | |
parent | 4608f7cc6a6ccfc10b34bf15a1eee1f9f32036e9 (diff) | |
download | ffmpeg-2934a4b9a5ee4825480180421e4679c02e6cbbe5.tar.gz |
Remove unnecessary avassert.h inclusions
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
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; |