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 A2BA149ED7 for ; Mon, 15 Apr 2024 16:44:00 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A38F668CE03; Mon, 15 Apr 2024 19:43:59 +0300 (EEST) Received: from mail-wm1-f52.google.com (mail-wm1-f52.google.com [209.85.128.52]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id C3AC168CBB3 for ; Mon, 15 Apr 2024 19:43:53 +0300 (EEST) Received: by mail-wm1-f52.google.com with SMTP id 5b1f17b1804b1-4187731a6e1so4878105e9.2 for ; Mon, 15 Apr 2024 09:43:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1713199432; x=1713804232; darn=ffmpeg.org; h=content-transfer-encoding:in-reply-to:from:content-language :references:to:subject:user-agent:mime-version:date:message-id:from :to:cc:subject:date:message-id:reply-to; bh=SRKnu+G8LBrb1sJwcA83W+NbEM17EyOgECFQO4kpfbY=; b=bt+f4/r9Lz9g9VoC8UcX2kpFn6sl4dB1cO72FU4pUShR7kaYFQUkgzzWfTxyY9eMOW InT7NvTrdBJJ1EsIMvFZr92BFzhezEPEMsnGFZ89vqS22CT+yKCvWyMTplNsMZU1weer e8e0F8YMmDv7yy7cGwhQE5ky14+e6FWvH5yutOcKqt5XupYKY0NQFjhZsRVTCGcJSAiv v4TIpmwGb12oE6kHeJsmbAV0E1SetSOmk0AkJ4y94/nrQMRhRONFzilYnnwLKhNFQo5J vF8tz+qYpH7b0wL66jjuz55dpaCnLcA3gxBeE8bZejCZmjuxLz/FSD/7U75LITzkYDBY M+2A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1713199432; x=1713804232; h=content-transfer-encoding:in-reply-to:from:content-language :references:to:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=SRKnu+G8LBrb1sJwcA83W+NbEM17EyOgECFQO4kpfbY=; b=H6ju+z36cxXu8MfqwOpOX4A/eMU+hv9Jg2S1hvScSsCT6i0JyKhlHVSqpdckn69uzK 3ajpFehNBFrnNq12aUZj38DoDeVZbtrb9xOUPZ6ThEPjE/Xb+lbGnQnxT2ZKDeb789Me qbH2sPgmyheHzcLNnyz940F5YOl46w/dAIFk8OvZ9clYr6jOLrUxRyIQ8XLiwU21Mayu cG2JDTUt8KkWxN0swMcJQPX/t77LpwcSNLgOU95LVOvYXTPwu7YeO+wbfN+FNBjXUxCN B6Hsu7psvid0bnpkAUgkXQYevZsslK8QNwTiKyc/yxq2O8USh5SPTHPXIbXUd3jpl9AL hRNg== X-Gm-Message-State: AOJu0Yzbj2H1jZTi2JOj9XOBa7KMF8Vbzg1E/iIm8RllYRONuFNhmoFo rUzsYlFQPUFH4J9savsrkxgk5GL8HSx8O5xHB9PFdXCgzCkJMtyEn0fpHg== X-Google-Smtp-Source: AGHT+IFPqgoeuooiy04qjvKV4eepnvVNch51u9NYN2/bMsgdng72RCOenoW94Cv08mD220ourD/ygg== X-Received: by 2002:a05:600c:3549:b0:418:23d7:816f with SMTP id i9-20020a05600c354900b0041823d7816fmr3981036wmq.17.1713199432212; Mon, 15 Apr 2024 09:43:52 -0700 (PDT) Received: from [192.168.1.106] (33bf3d9d.skybroadband.com. [51.191.61.157]) by smtp.googlemail.com with ESMTPSA id ay36-20020a05600c1e2400b004186df974f1sm3189395wmb.33.2024.04.15.09.43.51 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 15 Apr 2024 09:43:51 -0700 (PDT) Message-ID: <668960ea-3ca8-4411-b3fd-883d322d767c@gmail.com> Date: Mon, 15 Apr 2024 17:43:50 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: ffmpeg-devel@ffmpeg.org References: <20240415162741.110374-1-derek.buitenhuis@gmail.com> <20240415162741.110374-2-derek.buitenhuis@gmail.com> Content-Language: en-GB From: Derek Buitenhuis In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH 1/6] avutil/error: Add HTTP 429 Too Many Requests AVERROR code 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 4/15/2024 5:31 PM, Andreas Rheinhardt wrote: > Wouldn't you need to add a new entry to error_entries in error.c for this? You are right, I missed that since grep failed me, as error.c uses macros, and thus does not contain any AVERROR_HTTP_* directly. I have sent a v2 for this patch. - Derek _______________________________________________ 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".