Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2019-12-08 14:12:36 +0300
committerGyan Doshi <ffmpeg@gyani.pro>2019-12-10 10:25:48 +0300
commite73688eff43727eb79eb344a4def49540d463902 (patch)
tree5348aedda4fdf885a08e60f1ff33b65b2316b6cc /libavfilter/vf_scale.c
parent9f7b2b37e3c6a1844cf1536bccf6123720fb30e6 (diff)
avfilter: rename scale.c,h to scale_eval
scale.c is too generic; scale_eval is more representative
Diffstat (limited to 'libavfilter/vf_scale.c')
-rw-r--r--libavfilter/vf_scale.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_scale.c b/libavfilter/vf_scale.c
index b7f541be1f..8620d1c44e 100644
--- a/libavfilter/vf_scale.c
+++ b/libavfilter/vf_scale.c
@@ -29,7 +29,7 @@
#include "avfilter.h"
#include "formats.h"
#include "internal.h"
-#include "scale.h"
+#include "scale_eval.h"
#include "video.h"
#include "libavutil/avstring.h"
#include "libavutil/internal.h"