diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-08-20 11:52:54 +0200 |
---|---|---|
committer | Kieran Kunhya <kierank@obe.tv> | 2019-08-21 12:53:33 +0100 |
commit | aeae6283a9d5c84c1752bd270838ad738fff3d45 (patch) | |
tree | e6ad8496adc7be2acd097ada4d1c97ac2f4d0302 | |
parent | a8ef41c1f5f0f6fd8c4ed979dd3d6f4ad60f6ff9 (diff) | |
download | ffmpeg-aeae6283a9d5c84c1752bd270838ad738fff3d45.tar.gz |
avfilter/vf_v360: remove unused header
-rw-r--r-- | libavfilter/vf_v360.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/vf_v360.c b/libavfilter/vf_v360.c index 2ff6121e37..aad1afd129 100644 --- a/libavfilter/vf_v360.c +++ b/libavfilter/vf_v360.c @@ -33,7 +33,6 @@ * 5) Remap input frame to output frame using precalculated data */ -#include "libavutil/eval.h" #include "libavutil/imgutils.h" #include "libavutil/pixdesc.h" #include "libavutil/opt.h" |