Andreas Rheinhardt (12021-08-17): > Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@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
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".