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 336604440E for ; Mon, 12 Dec 2022 12:11:18 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 7331C68BCBE; Mon, 12 Dec 2022 14:11:15 +0200 (EET) Received: from mail-oi1-f175.google.com (mail-oi1-f175.google.com [209.85.167.175]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id A696168BBD3 for ; Mon, 12 Dec 2022 14:11:09 +0200 (EET) Received: by mail-oi1-f175.google.com with SMTP id c129so11045365oia.0 for ; Mon, 12 Dec 2022 04:11:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:in-reply-to:references:to:from :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=KK76+oxfJcStuk02J0x9IxGhqghZc6LsX9tfnSOIfj0=; b=D+pCFq58tlH3GY2y0AofZ0vKXeBnm4R/XT7PSq9ocR8pdhfz7mSiEFeCsvQy7mQR9q 5GmcFO+P1eo8jx6bfJwOwkcindBu0ypNJWeIGPtaiJWw2WEWBQAsamqBeA3fanWHVqM8 swTqLu2e1K+4UcPciOez2W/CH40L4YzYH+TpM3FwdRXV9J64ZEjn6CUQZ7bwTsy/QF0C z8OmktWiemCNvvlP6Gg/gLgiXx+5HFDkS+YZm2L8o/0qCN+EGnLFaEbHz5hkmuqWjmzT 7EA+cUY87sVQNy8LCjB5tGsuzIRmT8wnPDADKgZbEZNrjneQ2gEhCFnFBwV25jBIBDgj orBw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:references:to:from :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=KK76+oxfJcStuk02J0x9IxGhqghZc6LsX9tfnSOIfj0=; b=0Yq/qtelh12SBHzxCFtSWDD/+eouzpBn15RsQqnLgbkcBg5aiyt+Rrb/r6/TiEmprq TPYLzyLVKXx7GpsOTr3/3OPrwCqv+rYsNGtl8x2P5+YvKDMmaD0v5MsgHNsiaBojkRdE X+NSHnv+hIlRhAf+ZZOBpsKxW6RGWEG47XFTipconmBUp2kxQmSv3Om6P7I972+Ra3rs LI0I9vwBOcWO9LDyWd0JYnsb7RHB/8zA+bDCez9ZEcPaeV9TFHRdZlIxfWta64cEroQa WwCUyjsCaJahTPA7RWSB7y+aEgNflGDT7M2yHoclDxDYyTPi72aInCMe0OpQYbWce7RR MOGg== X-Gm-Message-State: ANoB5pktDXqZQOndl07+MooXCuP0S9AqYsdmfcgoMntdmz/xRDIAxUEr mvjcF4mmFuMUoYdx6FMaWaAYmFHEYb0= X-Google-Smtp-Source: AA0mqf6GmvJooKb9skLvPtYoulcnH6lVQ797kymFu2Kk0GCa/UAhGDVSu6NT2UqT98+BbH+BTPTCDw== X-Received: by 2002:a05:6808:10c9:b0:35e:646b:2cd6 with SMTP id s9-20020a05680810c900b0035e646b2cd6mr7767917ois.59.1670847067845; Mon, 12 Dec 2022 04:11:07 -0800 (PST) Received: from [192.168.0.11] (host197.190-225-105.telecom.net.ar. [190.225.105.197]) by smtp.gmail.com with ESMTPSA id m9-20020a9d6ac9000000b00661a05691fasm3920835otq.79.2022.12.12.04.11.06 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 12 Dec 2022 04:11:07 -0800 (PST) Message-ID: Date: Mon, 12 Dec 2022 09:11:18 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.5.1 Content-Language: en-US From: James Almer To: ffmpeg-devel@ffmpeg.org References: <20221208140706.3086-1-jamrial@gmail.com> In-Reply-To: <20221208140706.3086-1-jamrial@gmail.com> Subject: Re: [FFmpeg-devel] [PATCH 1/5] avcodec/decode: add a function to set frame props from a user provided packet 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 12/8/2022 11:07 AM, James Almer wrote: > It will be useful for decoders that don't rely on last_pkt_props to set frame > props. > > Signed-off-by: James Almer > --- > libavcodec/decode.c | 19 +++++++++++++++---- > libavcodec/decode.h | 5 +++++ > 2 files changed, 20 insertions(+), 4 deletions(-) Will apply set. _______________________________________________ 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".