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 2F047449A0 for ; Mon, 5 Dec 2022 13:37:19 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3F11268BC8C; Mon, 5 Dec 2022 15:37:17 +0200 (EET) Received: from mail-pj1-f52.google.com (mail-pj1-f52.google.com [209.85.216.52]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id A2CBE68BC50 for ; Mon, 5 Dec 2022 15:37:11 +0200 (EET) Received: by mail-pj1-f52.google.com with SMTP id t11-20020a17090a024b00b0021932afece4so14831485pje.5 for ; Mon, 05 Dec 2022 05:37:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=oCo4R8fWeDpM8gS6M70dcAkex3N+BlSMEIg2Q8EjJ3Q=; b=Sbn2F6oMsjQZ/IX7uRW/QWGk7BkjCCphdbROCpoWkgHXuQiSq5hdg6NsIyLYNcXrCF t5YQDgjku9x+nzOfQr+rQKFsdSaiDdDHEOQQdMtV1OXBIO5ra6BbFkdULUEOBBYVD9h6 S6gBzf99YBkWDujioSJTv6a1vi9PHAs/7wm+07CdCbeMs+uOy4nTPBPJuZQdmBJluu9i 2revtfHqjlPaptbyJFu5jwVh8/8+phsqgXEw/Obd81kh7JyFRKlXKD9CuOdF0077Hoes QPAlo8IXLCiOkqTq3GSLT9eCuHE0Tptmn7vZLXHwX4WoOQnQfaDpcyOA+tz/4pSF85XI 5JTA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=oCo4R8fWeDpM8gS6M70dcAkex3N+BlSMEIg2Q8EjJ3Q=; b=gPinnhB15PZj8MVc3sK8+ZQxHTBXTVMkszHQc/q3NFZ5PhENRtW59WRKOrVR9AoS7+ LAi/vPBRh2TYKfrWl7HzAP5xdTN14gKYsMajiBjYyvUw6opxfQ/qr9lpWf1V0D6oqXlM GJChfliIteTW76nPXagTR4w5V+u577gDqfhbga4FXTFcrib5TTwAQimvSfeql6mvaDlC bHK1mu4VIDY2X42CRaXu7W6VAbP9hv/ebByF8v0BKWAoB7Ahg5MkNAIk+K35V+k7INi3 gJ5kHR7vkSc/XbG7MnqMaasIwwEWbaUQHRRces4kCncPF69ZlXHLAhZJRVFu5sZxTEdQ nbMg== X-Gm-Message-State: ANoB5pkVSk4LXtLnOj2kk8yMq6jQYq0W8AZam5SFLtqzUCgTyAIG5YeE 1D5zeGowKZsZRRXvLqcpLunfG5npJPz/3lFKcpVySl6H X-Google-Smtp-Source: AA0mqf4IkpH2YCasbx3RPRZ/Hr96VnlzcH+ZVOC9yCiC9QEzjgf5Ia8YtxxZCqeft/T+2eoKJxkCtw1IMTdc29/ShsY= X-Received: by 2002:a17:902:a418:b0:187:edc:82f3 with SMTP id p24-20020a170902a41800b001870edc82f3mr65585387plq.161.1670247429257; Mon, 05 Dec 2022 05:37:09 -0800 (PST) MIME-Version: 1.0 References: <20221127173343.2577-1-alessandro.dinepi@gmail.com> <579ffa65-32b2-4f60-bbc3-4376e34fa892@Spark> In-Reply-To: From: Rick Kern Date: Mon, 5 Dec 2022 08:36:57 -0500 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH] lavc/videotoolbox: validate vt context in the decoder callback 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-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 Sun, Dec 4, 2022 at 12:51 PM Alessandro Di Nepi < alessandro.dinepi@gmail.com> wrote: > On 4 Dec 2022, 17:01 +0200, FFmpeg development discussions and patches < > ffmpeg-devel@ffmpeg.org>, wrote: > > When this happens, does it continue happening, or is it transient? My > main > > concern is log spamming. > Good question: this is just a transient state, so that it won't continue > happening. > To give you some context: when the decoding start, the value of `vtctx` is > captured "too" early so that the first time the callback is called, it's > still NULL. > The next time it will have a proper value. > If the code isn't setting a variable in time, that issue should be fixed. Otherwise the decoder will drop frames. _______________________________________________ > 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".