From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 9A156481D1 for ; Tue, 12 Dec 2023 18:46:03 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id BF46F68D0F6; Tue, 12 Dec 2023 20:46:00 +0200 (EET) Received: from iq.passwd.hu (iq.passwd.hu [217.27.212.140]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 7CD9268CF7D for ; Tue, 12 Dec 2023 20:45:54 +0200 (EET) Received: from localhost (localhost [127.0.0.1]) by iq.passwd.hu (Postfix) with ESMTP id 64D72E9A63 for ; Tue, 12 Dec 2023 19:45:54 +0100 (CET) X-Virus-Scanned: amavisd-new at passwd.hu Received: from iq.passwd.hu ([127.0.0.1]) by localhost (iq.passwd.hu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 7eF7av9ptK4I for ; Tue, 12 Dec 2023 19:45:53 +0100 (CET) Received: from iq (iq [217.27.212.140]) by iq.passwd.hu (Postfix) with ESMTPS id F2DB9E213F for ; Tue, 12 Dec 2023 19:45:52 +0100 (CET) Date: Tue, 12 Dec 2023 19:45:52 +0100 (CET) From: Marton Balint To: FFmpeg development discussions and patches In-Reply-To: Message-ID: <8a3ddf4c-372b-279b-dd7f-95a12aca64a0@passwd.hu> References: <170196572526.8914.10192984260024793492@lain.khirnov.net> <20231209192507.11262-1-cus@passwd.hu> MIME-Version: 1.0 Subject: Re: [FFmpeg-devel] [PATCH v3 6/7] avutil/imgutils: add new function av_image_fill_color() 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 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On Tue, 12 Dec 2023, Stefano Sabatini wrote: > On date Saturday 2023-12-09 20:25:07 +0100, Marton Balint wrote: >> v3: added flags argument. >> >> Signed-off-by: Marton Balint >> --- >> doc/APIchanges | 3 +++ >> libavutil/imgutils.c | 6 +++--- >> libavutil/imgutils.h | 31 +++++++++++++++++++++++++++++++ >> libavutil/version.h | 2 +- >> 4 files changed, 38 insertions(+), 4 deletions(-) >> [...] >> +int av_image_fill_color(uint8_t * const dst_data[4], const ptrdiff_t dst_linesize[4], >> + enum AVPixelFormat pix_fmt, const uint32_t color[4], >> + int width, int height, int flags); > >> + >> + > > ni+++: drop the duplicated empty line > Ok, will apply patches 1-6 with that fixed. Thanks, Marton _______________________________________________ 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".