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 33C4448869 for ; Mon, 18 Dec 2023 22:36:57 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id BB1BB68D125; Tue, 19 Dec 2023 00:36:56 +0200 (EET) Received: from mail-ej1-f46.google.com (mail-ej1-f46.google.com [209.85.218.46]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 84CA068D0EA for ; Tue, 19 Dec 2023 00:36:50 +0200 (EET) Received: by mail-ej1-f46.google.com with SMTP id a640c23a62f3a-a1fae88e66eso426314466b.3 for ; Mon, 18 Dec 2023 14:36:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1702939009; x=1703543809; darn=ffmpeg.org; h=user-agent:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:mail-followup-to :message-id:subject:cc:to:from:date:from:to:cc:subject:date :message-id:reply-to; bh=Ll5bX4AA2mJ0tHuI9od5PSfc0DI1pL/28kGfwAiDFX4=; b=TDcQCsGEGkpBMARJd+2/KWFeQI9AjogIiIWDx0E9TqYkc7Agra3gzXYdQUXBJ9s864 Uxq96kD2PzwO6JQF6J2KuRNJuyQdrO+NWZVK19eRMTPQQ+V7md4EfaXKfQHoTV83dKIe jhFOMbYjvzdSoC4sFfPXsWKEuFKPFzv44QM2EuP2M9Tks3Y3SDUUl353TGXrdMAGj+LW ZPued7c+R1Fv5yoGimUr0kaEvraUCF8wMRIWsCcIYe6WM2Ta3VnWQRi9ukIOPLH0QHGb nI4qwtw5SwElx87p2I7Zt8exj8GlbP8O70rjaLPGCzKvVIokzB3najouR3LhqLJiOdqq xJaA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1702939009; x=1703543809; h=user-agent:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:mail-followup-to :message-id:subject:cc:to:from:date:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=Ll5bX4AA2mJ0tHuI9od5PSfc0DI1pL/28kGfwAiDFX4=; b=BCfTkF6PEI8PBsgk1dK//sEI2ZnmyQYH6Jgo9azdYnYvHbjscusRQY6EaLVvj8cJR7 t9OQ/ZodAXPE+qW6VRSVxuYnaxAjdrdpeM1sbUpn4aptUcW5yiy7HgPJQBoQs4tPjOvW aHWX3SXmaiZC6Nkbf2pdqMqseiszOI9pLimr31QqWvM/ByXCr5UVzvk2k9Fyi0vyYcfN OFeuXkb1vO2hB92kx22tqevRQ4YbCyRvDVC/Ue0wp9RO8LB6v5tWNm9ruyT+Vdj0Aisr 3yXnSrZ1FO9aVeAqbA/3Itj4edEc2ucUoTJTGdAQ/Bltkwhd+VpUic0kP+OA6PIdZC4I BODQ== X-Gm-Message-State: AOJu0YwW8R7nFgFOqE5nrNzpYTwJ/sDm4170vbU3CZfyLmiTjFeAVawe W6aI+a1DmrFY2DUKAxShV6KVntbjfZ8= X-Google-Smtp-Source: AGHT+IEUYIcLkEE4974lHuwB9kZaz/LB5ziPQ53U8pe/oVDCK5eSGEvMpx5cAwNd3uxXte8V6I9ErA== X-Received: by 2002:a17:906:298f:b0:a00:aa23:34d0 with SMTP id x15-20020a170906298f00b00a00aa2334d0mr7252481eje.68.1702939009425; Mon, 18 Dec 2023 14:36:49 -0800 (PST) Received: from mariano (dynamic-adsl-84-220-189-10.clienti.tiscali.it. [84.220.189.10]) by smtp.gmail.com with ESMTPSA id ub26-20020a170907c81a00b00a1c96e987c4sm14695321ejc.101.2023.12.18.14.36.48 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 18 Dec 2023 14:36:48 -0800 (PST) Received: by mariano (Postfix, from userid 1000) id 522D2BFCDC; Mon, 18 Dec 2023 23:36:47 +0100 (CET) Date: Mon, 18 Dec 2023 23:36:47 +0100 From: Stefano Sabatini To: FFmpeg development discussions and patches Message-ID: Mail-Followup-To: FFmpeg development discussions and patches , =?iso-8859-15?Q?Cl=E9ment_B=BDsch?= References: <20231211014429.1841681-1-u@pkh.me> <20231211014429.1841681-27-u@pkh.me> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20231211014429.1841681-27-u@pkh.me> User-Agent: Mutt/2.1.4 (2021-12-11) Subject: Re: [FFmpeg-devel] [PATCH 26/35] avcodec/proresenc_anatoliy: only pass down the first scale to encode_dcs() 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 Cc: =?iso-8859-15?Q?Cl=E9ment_B=BDsch?= Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: On date Monday 2023-12-11 02:35:27 +0100, Cl=E9ment B=BDsch wrote: > This matches encode_dcs() prototype from proresenc_kostya. > --- > libavcodec/proresenc_anatoliy.c | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) LGTM. _______________________________________________ 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".