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 F246045967 for ; Sat, 25 Feb 2023 17:49:10 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 092DB68BD1D; Sat, 25 Feb 2023 19:49:10 +0200 (EET) Received: from shout02.mail.de (shout02.mail.de [62.201.172.25]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id F1872687FE9 for ; Sat, 25 Feb 2023 19:49:03 +0200 (EET) Received: from postfix01.mail.de (postfix01.bt.mail.de [10.0.121.125]) by shout02.mail.de (Postfix) with ESMTP id 6FA4BA063F for ; Sat, 25 Feb 2023 18:49:03 +0100 (CET) Received: from smtp03.mail.de (smtp03.bt.mail.de [10.0.121.213]) by postfix01.mail.de (Postfix) with ESMTP id 5855F800CE for ; Sat, 25 Feb 2023 18:49:03 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mail.de; s=mailde202009; t=1677347343; bh=kXH5o/Q83L2+muqluNaNmL6m7iX4Jmimukq0ZNB8b8I=; h=Message-ID:Date:Subject:To:From:From:To:CC:Subject:Reply-To; b=Lp4lwNODbgK8Io2Cb2BQ/ZcPWZODc29icRKs/8eDGY+mg6SSH1s2mNcFNyAjfQt88 sYKOmmmbqTKPcZ/Q+eeF8NbDOSW//bCqxXEYaL+bf/lyRXXBAacQMN22iTRrXKakF5 UwdsfzDPMpclQBm0qJK8jJ2YQ2Z5EaIQEkkbEbVSzFkNeh75kAeXjkJepJ1W0z+8hT 2+nKHVXRF5241j6rZ/fkAJzwuvI4DYT4RCfJzrg3gIXO5G7hqOfoiqF8x5h2kHJs8y zyNHNNECWRXFuNLIKttBBjlSFAsrMLRmMouTdBV4G/E1HHxhuiB9H3OymWuvNXDabM BeICpLiRiRvLQ== Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by smtp03.mail.de (Postfix) with ESMTPSA id 26483A01B9 for ; Sat, 25 Feb 2023 18:49:03 +0100 (CET) Message-ID: <77af5b6c-95d7-5ed7-6bdc-dfba720d1de6@mail.de> Date: Sat, 25 Feb 2023 18:49:02 +0100 MIME-Version: 1.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20230225152658.3086653-1-mypopydev@gmail.com> <20230225152658.3086653-2-mypopydev@gmail.com> From: Thilo Borgmann In-Reply-To: <20230225152658.3086653-2-mypopydev@gmail.com> X-purgate: clean X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate-type: clean X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate: clean X-purgate-size: 353 X-purgate-ID: 154282::1677347343-8D7F8647-44A06C44/0/0 Subject: Re: [FFmpeg-devel] [PATCH 2/2] fftools/ffmpeg_filter: initialize the 'o' to silence the warning 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: Am 25.02.23 um 16:26 schrieb Jun Zhao: > From: Jun Zhao > > silence the warning: variable 'o' is used uninitialized whenever > '&&' condition is false > > Signed-off-by: Jun Zhao > --- > fftools/ffmpeg_filter.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) LGTM. -Thilo _______________________________________________ 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".