diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-05-04 11:09:47 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-05-04 11:09:47 +0200 |
commit | 3d8e99eba3cdeb2cb1fd09f419465f808190f3d1 (patch) | |
tree | b81c1506e3c9e1587d260dff5f132e7c26029e26 | |
parent | a5387f983dcfd01cb74ab33e34d714a1d882184b (diff) | |
download | ffmpeg-3d8e99eba3cdeb2cb1fd09f419465f808190f3d1.tar.gz |
avfilter/vf_vmafmotion: remove unused header
-rw-r--r-- | libavfilter/vf_vmafmotion.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/vf_vmafmotion.c b/libavfilter/vf_vmafmotion.c index 9bcc4ff16f..5c2a974538 100644 --- a/libavfilter/vf_vmafmotion.c +++ b/libavfilter/vf_vmafmotion.c @@ -27,7 +27,6 @@ #include "libavutil/opt.h" #include "libavutil/pixdesc.h" #include "avfilter.h" -#include "drawutils.h" #include "formats.h" #include "internal.h" #include "vmaf_motion.h" |