summaryrefslogtreecommitdiff
path: root/fftools/ffplay.c
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-07-22 15:02:30 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2021-07-22 15:02:30 +0200
commit2934a4b9a5ee4825480180421e4679c02e6cbbe5 (patch)
tree2c9eaeef2b78febca43b01944b7e8382a1639c0c /fftools/ffplay.c
parent4608f7cc6a6ccfc10b34bf15a1eee1f9f32036e9 (diff)
downloadffmpeg-2934a4b9a5ee4825480180421e4679c02e6cbbe5.tar.gz
Remove unnecessary avassert.h inclusions
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'fftools/ffplay.c')
-rw-r--r--fftools/ffplay.c3
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;