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 86F5944FF6 for ; Mon, 19 Dec 2022 11:36:56 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id AD36B68B44E; Mon, 19 Dec 2022 13:36:54 +0200 (EET) Received: from btbn.de (btbn.de [136.243.74.85]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id C093E68B353 for ; Mon, 19 Dec 2022 13:36:47 +0200 (EET) Received: from [authenticated] by btbn.de (Postfix) with ESMTPSA id 426A22F1811 for ; Mon, 19 Dec 2022 12:36:47 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rothenpieler.org; s=mail; t=1671449807; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1yyFmSjccFRmN/v4gDQUME2ln9SwWEhRySsgGININCQ=; b=fUtwHUXlrXxrtK0QMJ7hE3V4F0IAMzjb4pxl0cM291k6vK5fdnhRr7ZBFUseI3Ed3pdd5j BPLUEEod4zLSyh8fjHtYLnk8BXNJeLRqGSjBJZUFrFNE2P6ZZiz1wfExBCF/dQnXMyWiZ5 QitNs+HHwe8XKq6JWDFQAgv52nyawaCPw+ZhXIv1F6/iXYGoryURQtaSgiAU+VhCmC37Ih 1WfcrlVXgkFrYM3N0rZBIROcSMpGL5R6+pVQ1dbGBfrbRDdhw3oEDTd3KedA7rgSm2m+ER fqH/StqGP68g9Y4FxKwTEt6DON49/LFDgbrIB4ao/JTqRi2/jezuGvqht67Nnw== Message-ID: <5cfe4b7f-db0e-e432-5a17-c3f04086516d@rothenpieler.org> Date: Mon, 19 Dec 2022 12:37:15 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 To: ffmpeg-devel@ffmpeg.org References: <20221213181742.GK3806951@pb2> <20221214015059.35787-1-timo@rothenpieler.org> Content-Language: en-US, de-DE From: Timo Rothenpieler In-Reply-To: <20221214015059.35787-1-timo@rothenpieler.org> Subject: Re: [FFmpeg-devel] [PATCH v6] lavc: convert frame threading to the receive_frame() pattern 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 14/12/2022 02:50, Timo Rothenpieler wrote: > From: Anton Khirnov > > Reorganize the code such that the frame threading code does not call the > decoders directly, but instead calls back into the generic decoding > code. This avoids duplicating the logic that wraps the decoder > invocation and will be useful in the following commits. Will apply series in 24h if nobody objects. _______________________________________________ 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".