From: Alexander Strasser via ffmpeg-devel <ffmpeg-devel@ffmpeg.org> To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org> Cc: Alexander Strasser <eclipse7@gmx.net> Subject: Re: [FFmpeg-devel] [PATCH] avfilter/signalstats: add NULL_IF_CONFIG_SMALL Date: Thu, 23 Jan 2025 22:01:24 +0100 Message-ID: <Z5KuJHr54aLq0aws@metallschleim.local> (raw) In-Reply-To: <CAOTEVZo57ikW8DyPxKdJCcmUPS28twkdQzF1M2GS_WFZRoBp-w@mail.gmail.com> Hi Abdulrahman! I fixed up and tested your patch locally and your change looks fine :) Will include when it when I push my next batch of changes soon'ish. Depending on how it goes it will take a couple of days from now. For your information I will outline the broken parts inline below: On 2025-01-22 20:31 +0200, Abdulrahman Saber wrote: > On Tue, Jan 14, 2025 at 2:02 PM Abdulrahman Saber <abdsaber000@gmail.com> wrote: > > > > Signed-off-by: abdo <abdsaber000@gmail.com> > > --- > > libavfilter/vf_signalstats.c | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > diff --git a/libavfilter/vf_signalstats.c b/libavfilter/vf_signalstats.c > > index b1451cc465..9b6af8becd 100644 > > --- a/libavfilter/vf_signalstats.c > > +++ b/libavfilter/vf_signalstats.c > > @@ -20,6 +20,7 @@ > > * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA > > 02110-1301 USA The above line was broken into 2 in your mail. > > */ > > +#include "libavutil/internal.h" > > #include "libavutil/intreadwrite.h" > > #include "libavutil/mem.h" > > #include "libavutil/opt.h" > > @@ -829,7 +830,7 @@ static const AVFilterPad signalstats_outputs[] = { > > const FFFilter ff_vf_signalstats = { > > .p.name = "signalstats", > > - .p.description = "Generate statistics from video analysis.", > > + .p.description = NULL_IF_CONFIG_SMALL("Generate statistics from > > video analysis."), Same here. > > .p.priv_class = &signalstats_class, > > .p.flags = AVFILTER_FLAG_SLICE_THREADS, > > .init = init, > > -- > > 2.25.1 > > > > Ping Seems like your mail client/editor does it (automatically?) to avoid overly long lines, which might be fine for email texts but isn't in patches. Hope you can find the setting for easier contribution in the future. Another approach for single patches or small series is to attach them. Usually mailers don't mess with attachments. Best regards, Alexander _______________________________________________ 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".
next prev parent reply other threads:[~2025-01-23 21:01 UTC|newest] Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top [not found] <0e52a997-2d71-49a8-8faa-3f14c9e45e74@gmail.com> 2025-01-22 18:31 ` Abdulrahman Saber 2025-01-23 21:01 ` Alexander Strasser via ffmpeg-devel [this message] 2025-01-23 21:15 ` Abdulrahman Saber
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=Z5KuJHr54aLq0aws@metallschleim.local \ --to=ffmpeg-devel@ffmpeg.org \ --cc=eclipse7@gmx.net \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel This inbox may be cloned and mirrored by anyone: git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \ ffmpegdev@gitmailbox.com public-inbox-index ffmpegdev Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git