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 99B5B42A92 for ; Wed, 10 Aug 2022 20:52:35 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 69A4668B865; Wed, 10 Aug 2022 23:52:32 +0300 (EEST) Received: from btbn.de (btbn.de [136.243.74.85]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 120F068B201 for ; Wed, 10 Aug 2022 23:52:26 +0300 (EEST) Received: from [authenticated] by btbn.de (Postfix) with ESMTPSA id B66992F24FB for ; Wed, 10 Aug 2022 22:52:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rothenpieler.org; s=mail; t=1660164745; bh=nBae/UPDCWy2Quy3zkvJwnA4RFNxZXmepoPkyhF0LVQ=; h=Date:Subject:To:References:From:In-Reply-To; b=H/MTAclkUru6ciy+HXpDmPGnvv1NOOhXgemBPKkQdlfWBWTPL/uJYaC8xpZPj4oag gdNY4SuQO2HwmQgIjLR1GqpK7akNPfQJzmRZz8RDG65z6f/TTPeLyl7zcZtWYEYjep LfvI4vI+Uqz9bxYO5nIchn8QZS25XBYHxhsWDu3Y8HFhBTHYqDgmAbOR5Yuk9hjtbh 3DzyzeOgaa1bEO9SCSxYTdntaHGWUNL/HTJx7GcBd01GCC0YM3heRII4ZGIf9prXYn 1sXpB3jZ3sA0Ll7Jq8wgIQt7r2Ecc7/V4nJkQ0LFRzl0hSxFc/i/rX7Fc4F5lVIeLB p2NSumwuz51Ww== Message-ID: <30aeddff-b3c6-93ec-5dcd-436f58210aad@rothenpieler.org> Date: Wed, 10 Aug 2022 22:52:25 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.1.2 To: ffmpeg-devel@ffmpeg.org References: <20220810204712.3123-1-timo@rothenpieler.org> <20220810204712.3123-10-timo@rothenpieler.org> Content-Language: en-US From: Timo Rothenpieler In-Reply-To: <20220810204712.3123-10-timo@rothenpieler.org> Subject: Re: [FFmpeg-devel] [PATCH 10/11] swscale: add SwsContext parameter to input functions 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: Forgot to update the commit message. It no longer adds the SwsContext, but an opaque pointer which is easier to deal with from assembly, should any future code have a use for it. Fixed locally _______________________________________________ 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".