From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <ffmpeg-devel-bounces@ffmpeg.org>
Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100])
	by master.gitmailbox.com (Postfix) with ESMTP id 9A79A4CA1E
	for <ffmpegdev@gitmailbox.com>; Mon, 12 Aug 2024 20:19:41 +0000 (UTC)
Received: from [127.0.1.1] (localhost [127.0.0.1])
	by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 5EE6B68DA94;
	Mon, 12 Aug 2024 23:19:38 +0300 (EEST)
Received: from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net
 [217.70.183.197])
 by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 2183768D9F7
 for <ffmpeg-devel@ffmpeg.org>; Mon, 12 Aug 2024 23:19:32 +0300 (EEST)
Received: by mail.gandi.net (Postfix) with ESMTPSA id 127881C0006
 for <ffmpeg-devel@ffmpeg.org>; Mon, 12 Aug 2024 20:19:30 +0000 (UTC)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=niedermayer.cc;
 s=gm1; t=1723493971;
 h=from:from:reply-to:subject:subject:date:date:message-id:message-id:
 to:to:cc:mime-version:mime-version:content-type:content-type:
 in-reply-to:in-reply-to:references:references;
 bh=NF9Aq/4KXmmkFWJTZBGLETgHADPl1jP0256hO/cDDx4=;
 b=Rh7jj0o7180oc/OH71ACLqllKh+ST4qt2AB0EHGMPIP4CoK9UQALWidtMefMk7jpiGMath
 nD8tmuICMz6mmer6k6x6R/l8Br5jxxJpF5SLjFmlbFDeN0Uu5PheBrlFQYHGLTF+bMF3Ck
 LilqDzGBamJc2WfPR4szTttFIHy/ggn5UsDIT8/JoEkGswho4kFVNeJTpmjbxIf3C6WTPH
 OiUzQP9HjFSdlTmyeDjxg+pA43TM1Vl78K9jrKVzexY7UcHoVlm5IfUxB9aqAkWmbyfJ0w
 6A9wjQphrnItjXDZalymjHZuI1bSFr85NgCq+9lahmln+aAhXlibEwrf199Xfg==
Date: Mon, 12 Aug 2024 22:19:30 +0200
From: Michael Niedermayer <michael@niedermayer.cc>
To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org>
Message-ID: <20240812201930.GO4991@pb2>
References: <20240811144211.5712-1-anton@khirnov.net>
 <20240811144211.5712-8-anton@khirnov.net>
MIME-Version: 1.0
In-Reply-To: <20240811144211.5712-8-anton@khirnov.net>
X-GND-Sasl: michael@niedermayer.cc
Subject: Re: [FFmpeg-devel] [PATCH 08/10] lavfi: move AVFilterLink.{frame,
 sample}_count_{in, out} to FilterLink
X-BeenThere: ffmpeg-devel@ffmpeg.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: FFmpeg development discussions and patches <ffmpeg-devel.ffmpeg.org>
List-Unsubscribe: <https://ffmpeg.org/mailman/options/ffmpeg-devel>,
 <mailto:ffmpeg-devel-request@ffmpeg.org?subject=unsubscribe>
List-Archive: <https://ffmpeg.org/pipermail/ffmpeg-devel>
List-Post: <mailto:ffmpeg-devel@ffmpeg.org>
List-Help: <mailto:ffmpeg-devel-request@ffmpeg.org?subject=help>
List-Subscribe: <https://ffmpeg.org/mailman/listinfo/ffmpeg-devel>,
 <mailto:ffmpeg-devel-request@ffmpeg.org?subject=subscribe>
Reply-To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org>
Content-Type: multipart/mixed; boundary="===============8100842872023169836=="
Errors-To: ffmpeg-devel-bounces@ffmpeg.org
Sender: "ffmpeg-devel" <ffmpeg-devel-bounces@ffmpeg.org>
Archived-At: <https://master.gitmailbox.com/ffmpegdev/20240812201930.GO4991@pb2/>
List-Archive: <https://master.gitmailbox.com/ffmpegdev/>
List-Post: <mailto:ffmpegdev@gitmailbox.com>


--===============8100842872023169836==
Content-Type: multipart/signed; micalg=pgp-sha512;
	protocol="application/pgp-signature"; boundary="Mqg8Hw0aybcCoGup"
Content-Disposition: inline


--Mqg8Hw0aybcCoGup
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

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:

libavfilter/vf_drawtext.c: In function =E2=80=98draw_text=E2=80=99:
libavfilter/vf_drawtext.c:1556:5: error: unknown type name =E2=80=98FilterL=
ink=E2=80=99; did you mean =E2=80=98AVFilterLink=E2=80=99?
 1556 |     FilterLink *inl =3D ff_filter_link(inlink);
      |     ^~~~~~~~~~
      |     AVFilterLink
libavfilter/vf_drawtext.c:1556:23: error: implicit declaration of function =
=E2=80=98ff_filter_link=E2=80=99; did you mean =E2=80=98avfilter_link=E2=80=
=99? [-Werror=3Dimplicit-function-declaration]
 1556 |     FilterLink *inl =3D ff_filter_link(inlink);
      |                       ^~~~~~~~~~~~~~
      |                       avfilter_link
libavfilter/vf_drawtext.c:1556:23: warning: initialization of =E2=80=98int =
*=E2=80=99 from =E2=80=98int=E2=80=99 makes pointer from integer without a =
cast [-Wint-conversion]
libavfilter/vf_drawtext.c:1600:51: error: request for member =E2=80=98frame=
_count_out=E2=80=99 in something not a structure or union
 1600 |         av_timecode_make_string(&s->tc, tcbuf, inl->frame_count_out=
);
      |                                                   ^~
libavfilter/vf_drawtext.c: In function =E2=80=98filter_frame=E2=80=99:
libavfilter/vf_drawtext.c:1832:5: error: unknown type name =E2=80=98FilterL=
ink=E2=80=99; did you mean =E2=80=98AVFilterLink=E2=80=99?
 1832 |     FilterLink *inl =3D ff_filter_link(inlink);
      |     ^~~~~~~~~~
      |     AVFilterLink
libavfilter/vf_drawtext.c:1832:23: warning: initialization of =E2=80=98int =
*=E2=80=99 from =E2=80=98int=E2=80=99 makes pointer from integer without a =
cast [-Wint-conversion]
 1832 |     FilterLink *inl =3D ff_filter_link(inlink);
      |                       ^~~~~~~~~~~~~~
libavfilter/vf_drawtext.c:1853:27: error: request for member =E2=80=98frame=
_count_out=E2=80=99 in something not a structure or union
 1853 |     if (s->reload && !(inl->frame_count_out % s->reload)) {
      |                           ^~
libavfilter/vf_drawtext.c:1867:31: error: request for member =E2=80=98frame=
_count_out=E2=80=99 in something not a structure or union
 1867 |     s->var_values[VAR_N] =3D inl->frame_count_out + s->start_number;
      |                               ^~
cc1: some warnings being treated as errors
make: *** [ffbuild/common.mak:81: libavfilter/vf_drawtext.o] Error 1
make: *** Waiting for unfinished jobs....

[...]
--=20
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Never trust a computer, one day, it may think you are the virus. -- Compn

--Mqg8Hw0aybcCoGup
Content-Type: application/pgp-signature; name="signature.asc"

-----BEGIN PGP SIGNATURE-----

iF0EABEKAB0WIQSf8hKLFH72cwut8TNhHseHBAsPqwUCZrpuSwAKCRBhHseHBAsP
qzYfAJ94Iv8+3kq7fO36XKdXfRvVoyj5lACdGwhoD4PFUHJ9C0YfIaXWVZ8UNxM=
=uhkl
-----END PGP SIGNATURE-----

--Mqg8Hw0aybcCoGup--

--===============8100842872023169836==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

--===============8100842872023169836==--