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 E75E54023A for ; Sat, 19 Feb 2022 21:45:56 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 8295668B0EA; Sat, 19 Feb 2022 23:45:54 +0200 (EET) Received: from mail-ua1-f51.google.com (mail-ua1-f51.google.com [209.85.222.51]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id DA4C968A962 for ; Sat, 19 Feb 2022 23:45:48 +0200 (EET) Received: by mail-ua1-f51.google.com with SMTP id b37so5979791uad.12 for ; Sat, 19 Feb 2022 13:45:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:date:mime-version:user-agent:subject:content-language:to :references:from:in-reply-to:content-transfer-encoding; bh=vxSdcrNp3oXqI3cTxuzE9b0FSkksBP4/p6hjouSmags=; b=dWDQ7zcrw/pgbfb2sXIMBazq847hNe2NpEOmcgA/T82UceIQQZ2wRrpAgj0w9R4Gmp BY3bT/uN+JVGFZh2T/H9BZJ01QUGR7NL9/vEV/1sds6y6bubhVhgXV/4D5OazKB+A+qX sKxG1+pZy928ZS+EYDSw/DF5BE+nA44k5Q9bsiSBQ75WDkrC+mgUnYqxfJLjNPd+GA8G +eH9wZBAG02g31YXQ+MAiLce+vcK/DIhHVcBIeFKvDffdESdnbXxSjeiDhRl29jH1CrU 98n54wKfblZl7qIZwc16Nzw3ewvsjMLtiX4tPLyoJjvnY2BMPGrZe8KMDjSLCRRXzj/g Sfog== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=vxSdcrNp3oXqI3cTxuzE9b0FSkksBP4/p6hjouSmags=; b=yeVPWhsGLHigTSXHH2DV4iA5sMRk/Ck3swwH29QCMHhmKXaizKa/hBtBq3teruEMaA LNnOKvNDv3Oxhxa60OVIgfpHp9U0QuShuAXzPw0ZTHwxVaamQ2v5tFTcFReI8Ocg+tgJ x+w6KHJuGXxyt1/AFVKaa2oDlqOZyn2VULpVmhhgcF4QpHwosOXh7FmcSALKqaU4BDYy PGWRIxBKgGKOpFxR1p8wh/vPIlSgDBltFii1VZ3Hd1Ef6j2IpAVwBRKoloXj6NVGigLB NY52jRoBJ50W339U+5zqWQglbFnbbx+byL+CtJoUz1+m+gZHO/LA8oLmAbnSWldyoqGZ yURg== X-Gm-Message-State: AOAM5301Qks8wfu/hxBBIaoDGHwV6AAo3UxoscHeiKzI8IxGAYh/YSIU XEPRMdQ/Pz3QX7G7AdfP0Tj78bdjIcWiCA== X-Google-Smtp-Source: ABdhPJwMwlO348ARBoGdhfDKvey/kvfSdRISiGxyzH8a4fcGymsqZ5FrRY4viYrNv9eNNj7/h+mPYg== X-Received: by 2002:a9f:376b:0:b0:307:e092:f619 with SMTP id a40-20020a9f376b000000b00307e092f619mr5302897uae.22.1645307147262; Sat, 19 Feb 2022 13:45:47 -0800 (PST) Received: from [192.168.1.5] ([75.115.109.114]) by smtp.gmail.com with ESMTPSA id j8sm637011vkn.32.2022.02.19.13.45.46 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 19 Feb 2022 13:45:47 -0800 (PST) Message-ID: Date: Sat, 19 Feb 2022 16:45:46 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.5.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20220208110240.4179-1-qyot27@gmail.com> <20220208110240.4179-3-qyot27@gmail.com> From: Stephen Hutchinson In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH 2/3] avisynth: use AviSynth+'s frame properties to set various fields 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 2/19/22 3:39 PM, Andreas Rheinhardt wrote: >> + if (frameprop = true) { >> + >> + frame = avs_library.avs_get_frame(avs->clip, framedata); > > framedata is completely uninitialized here. I presume it should be zero > (for the first frame)? (This is Coverity issue 1500290.) > I don't remember why I left that uninitialized (there's a vague memory of something, almost certainly unrelated since it works now, but it was months ago at this point). Patch sent. _______________________________________________ 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".