[FFmpeg-devel] [PATCH 2/6] avfilter/avfilter: Remove unused feature to add pads in the middle
Nicolas George
george at nsup.org
Tue Aug 17 10:49:41 EEST 2021
Andreas Rheinhardt (12021-08-17):
> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> ---
> libavfilter/af_acrossover.c | 2 +-
> libavfilter/af_afir.c | 8 ++++----
> libavfilter/af_aiir.c | 4 ++--
> libavfilter/af_amerge.c | 2 +-
> libavfilter/af_amix.c | 2 +-
> libavfilter/af_anequalizer.c | 4 ++--
> libavfilter/af_channelsplit.c | 3 +--
> libavfilter/af_headphone.c | 4 ++--
> libavfilter/af_join.c | 2 +-
> libavfilter/af_ladspa.c | 2 +-
> libavfilter/af_lv2.c | 2 +-
> libavfilter/avf_aphasemeter.c | 4 ++--
> libavfilter/avf_concat.c | 4 ++--
> libavfilter/avfilter.c | 15 ++++-----------
> libavfilter/f_ebur128.c | 4 ++--
> libavfilter/f_interleave.c | 2 +-
> libavfilter/f_segment.c | 2 +-
> libavfilter/f_select.c | 2 +-
> libavfilter/f_streamselect.c | 4 ++--
> libavfilter/internal.h | 15 +++++----------
> libavfilter/split.c | 2 +-
> libavfilter/src_movie.c | 2 +-
> libavfilter/vf_bm3d.c | 4 ++--
> libavfilter/vf_decimate.c | 4 ++--
> libavfilter/vf_extractplanes.c | 2 +-
> libavfilter/vf_fieldmatch.c | 4 ++--
> libavfilter/vf_guided.c | 4 ++--
> libavfilter/vf_mergeplanes.c | 2 +-
> libavfilter/vf_mix.c | 2 +-
> libavfilter/vf_premultiply.c | 4 ++--
> libavfilter/vf_program_opencl.c | 2 +-
> libavfilter/vf_signature.c | 2 +-
> libavfilter/vf_stack.c | 2 +-
> libavfilter/vf_xmedian.c | 2 +-
> 34 files changed, 56 insertions(+), 69 deletions(-)
LGTM, but I think:
sed -i 's/ff_insert_pad/ff_append_pad/' *.[ch]
sed -i 's/ff_insert_inpad/ff_append_inpad/' *.[ch]
sed -i 's/ff_insert_outpad/ff_append_outpad/' *.[ch]
would be in order.
Regards,
--
Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20210817/04e000ae/attachment.sig>
More information about the ffmpeg-devel
mailing list