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 /libavfilter/vf_spp.c | |
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 'libavfilter/vf_spp.c')
-rw-r--r-- | libavfilter/vf_spp.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/vf_spp.c b/libavfilter/vf_spp.c index d93c4a5606..cfa1cb77c4 100644 --- a/libavfilter/vf_spp.c +++ b/libavfilter/vf_spp.c @@ -31,7 +31,6 @@ * ported by Clément Bœsch for FFmpeg. */ -#include "libavutil/avassert.h" #include "libavutil/imgutils.h" #include "libavutil/mem_internal.h" #include "libavutil/opt.h" |