[FFmpeg-devel] [PATCH 08/10] lavfi: move AVFilterLink.{frame, sample}_count_{in, out} to FilterLink

Anton Khirnov anton at khirnov.net
Tue Aug 13 11:28:25 EEST 2024


Quoting Michael Niedermayer (2024-08-12 22:19:30)
> On Sun, Aug 11, 2024 at 04:42:09PM +0200, Anton Khirnov wrote:
> > ---
> >  libavfilter/af_adrc.c         |  3 ++-
> >  libavfilter/af_afftdn.c       |  3 ++-
> >  libavfilter/af_ashowinfo.c    |  4 +++-
> >  libavfilter/af_dynaudnorm.c   |  3 ++-
> >  libavfilter/af_volume.c       |  4 +++-
> >  libavfilter/asrc_sine.c       |  3 ++-
> >  libavfilter/avf_showfreqs.c   |  5 +++--
> >  libavfilter/avfilter.c        | 16 +++++++++-------
> >  libavfilter/avfilter.h        | 10 ----------
> >  libavfilter/avfiltergraph.c   |  4 ++--
> >  libavfilter/f_graphmonitor.c  | 24 ++++++++++++------------
> >  libavfilter/f_latency.c       |  6 ++++--
> >  libavfilter/f_loop.c          |  6 ++++--
> >  libavfilter/f_metadata.c      |  6 ++++--
> >  libavfilter/f_segment.c       | 10 ++++++----
> >  libavfilter/f_select.c        |  4 +++-
> >  libavfilter/f_sendcmd.c       |  4 +++-
> >  libavfilter/f_streamselect.c  |  3 ++-
> >  libavfilter/filters.h         | 10 ++++++++++
> >  libavfilter/qrencode.c        |  3 ++-
> >  libavfilter/vf_bbox.c         |  4 +++-
> >  libavfilter/vf_blackdetect.c  |  4 +++-
> >  libavfilter/vf_blend.c        |  3 ++-
> >  libavfilter/vf_blockdetect.c  |  5 ++++-
> >  libavfilter/vf_blurdetect.c   |  5 ++++-
> >  libavfilter/vf_crop.c         |  4 +++-
> >  libavfilter/vf_datascope.c    |  4 +++-
> >  libavfilter/vf_delogo.c       |  4 +++-
> >  libavfilter/vf_detelecine.c   |  3 ++-
> >  libavfilter/vf_drawtext.c     |  8 +++++---
> >  libavfilter/vf_eq.c           |  3 ++-
> >  libavfilter/vf_fade.c         | 10 ++++++----
> >  libavfilter/vf_fftfilt.c      |  4 +++-
> >  libavfilter/vf_fieldhint.c    | 17 ++++++++++-------
> >  libavfilter/vf_fieldmatch.c   |  7 ++++---
> >  libavfilter/vf_find_rect.c    |  5 ++++-
> >  libavfilter/vf_framestep.c    |  3 ++-
> >  libavfilter/vf_freezeframes.c |  8 +++++---
> >  libavfilter/vf_geq.c          |  5 ++++-
> >  libavfilter/vf_hue.c          |  3 ++-
> >  libavfilter/vf_libplacebo.c   |  6 ++++--
> >  libavfilter/vf_overlay.c      |  4 +++-
> >  libavfilter/vf_overlay_cuda.c |  3 ++-
> >  libavfilter/vf_perspective.c  |  7 +++++--
> >  libavfilter/vf_quirc.c        |  3 ++-
> >  libavfilter/vf_rotate.c       |  4 +++-
> >  libavfilter/vf_scale.c        | 12 ++++++++----
> >  libavfilter/vf_scale_npp.c    |  8 +++++---
> >  libavfilter/vf_showinfo.c     |  3 ++-
> >  libavfilter/vf_swaprect.c     |  4 +++-
> >  libavfilter/vf_telecine.c     |  3 ++-
> >  libavfilter/vf_tinterlace.c   |  7 ++++---
> >  libavfilter/vf_vignette.c     |  3 ++-
> >  libavfilter/vf_weave.c        |  3 ++-
> >  libavfilter/vf_zoompan.c      |  9 ++++++---
> >  libavfilter/vsrc_mptestsrc.c  |  5 +++--
> >  56 files changed, 208 insertions(+), 116 deletions(-)
> 
> this seems to break build here:

Huh, seems my config doesn't build drawtext anymore.

Fixed locally.

-- 
Anton Khirnov


More information about the ffmpeg-devel mailing list