From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.ffmpeg.org (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTPS id 717CE4A895 for ; Fri, 18 Jul 2025 11:45:54 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id 8D4CA68CA14; Fri, 18 Jul 2025 14:45:50 +0300 (EEST) Received: from haasn.dev (haasn.dev [78.46.187.166]) by ffbox0-bg.ffmpeg.org (Postfix) with ESMTP id 8241F68C9EF for ; Fri, 18 Jul 2025 14:45:43 +0300 (EEST) Received: from haasn.dev (unknown [10.30.1.1]) by haasn.dev (Postfix) with UTF8SMTP id 53B8740E94; Fri, 18 Jul 2025 13:45:43 +0200 (CEST) Date: Fri, 18 Jul 2025 13:45:43 +0200 Message-ID: <20250718134543.GC196727@haasn.xyz> From: Niklas Haas To: ffmpeg-devel@ffmpeg.org In-Reply-To: References: MIME-Version: 1.0 Content-Disposition: inline Subject: Re: [FFmpeg-devel] [PATCH] avfilter/vf_blackdetect: Fix header guard X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Cc: Zhao Zhili Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On Fri, 18 Jul 2025 19:32:42 +0800 Zhao Zhili wrote: > From: Zhao Zhili > > Fix fate-source failure. > --- > libavfilter/vf_blackdetect.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/libavfilter/vf_blackdetect.h b/libavfilter/vf_blackdetect.h > index 361da2c5bc..2842084ec3 100644 > --- a/libavfilter/vf_blackdetect.h > +++ b/libavfilter/vf_blackdetect.h > @@ -16,8 +16,8 @@ > * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA > */ > > -#ifndef AVFILTER_VF_BLACKDETECT_H > -#define AVFILTER_VF_BLACKDETECT_H > +#ifndef AVFILTER_BLACKDETECT_H > +#define AVFILTER_BLACKDETECT_H > > #include > #include Should update also the comment on the #endif. I can do that locally and push the modified commit if you agree. > -- > 2.46.0 > > _______________________________________________ > 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". _______________________________________________ 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".