[FFmpeg-devel] [PATCH] avfilter: rename scale.c, h to scale_eval
Gyan
ffmpeg at gyani.pro
Tue Dec 10 09:52:39 EET 2019
On 10-12-2019 03:12 am, Michael Niedermayer wrote:
> On Sun, Dec 08, 2019 at 04:47:17PM +0530, Gyan wrote:
>> Makes commit msgs less ambiguous.
>>
>> Regards,
>> Gyan
>> Makefile | 10 +++++-----
>> scale_eval.c | 2 +-
>> vf_scale.c | 2 +-
>> vf_scale_cuda.c | 2 +-
>> vf_scale_npp.c | 2 +-
>> vf_scale_vaapi.c | 2 +-
>> 6 files changed, 10 insertions(+), 10 deletions(-)
>> 45f5881be8abef7f4e7507cf8e491bb29455cb5e 0001-avfilter-rename-scale.c-h-to-scale_eval.patch
>> From 331496c1746dfe66a893a6fde1b9cfacca100667 Mon Sep 17 00:00:00 2001
>> From: Gyan Doshi <ffmpeg at gyani.pro>
>> Date: Sun, 8 Dec 2019 16:42:36 +0530
>> Subject: [PATCH] avfilter: rename scale.c,h to scale_eval
>>
>> scale.c is too generic; scale_eval is more representative
>> ---
>> libavfilter/Makefile | 10 +++++-----
>> libavfilter/{scale.c => scale_eval.c} | 2 +-
>> libavfilter/{scale.h => scale_eval.h} | 0
>> libavfilter/vf_scale.c | 2 +-
>> libavfilter/vf_scale_cuda.c | 2 +-
>> libavfilter/vf_scale_npp.c | 2 +-
>> libavfilter/vf_scale_vaapi.c | 2 +-
>> 7 files changed, 10 insertions(+), 10 deletions(-)
>> rename libavfilter/{scale.c => scale_eval.c} (99%)
>> rename libavfilter/{scale.h => scale_eval.h} (100%)
> AVFILTER_SCALE_H should be renamed too
Done and pushed as e73688eff43727eb79eb344a4def49540d463902
Thanks,
Gyan
More information about the ffmpeg-devel
mailing list