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 9F0BD470F6 for ; Sun, 27 Aug 2023 12:21:35 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 9F11968C601; Sun, 27 Aug 2023 15:21:33 +0300 (EEST) Received: from mail-lf1-f51.google.com (mail-lf1-f51.google.com [209.85.167.51]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id F3130680AA3 for ; Sun, 27 Aug 2023 15:21:26 +0300 (EEST) Received: by mail-lf1-f51.google.com with SMTP id 2adb3069b0e04-5008faf4456so3608994e87.3 for ; Sun, 27 Aug 2023 05:21:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1693138885; x=1693743685; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :from:to:cc:subject:date:message-id:reply-to; bh=iIXE56NJw+RYgdyj8w0X+Fuv2Xfc8+Djoz+OdOmtv3Q=; b=jybypJLNKBPufpqOx7MzQn9WeFQhiuGjVRQ9fo7EPTRVPQN1BRwlU/+swVhS5w8yaZ s6MJ9vW3kP+DUlJBJ7ibv2iu0S5u0cWjVkPJLBWoRbJTwD5rJi2fnUFyrk0EkEp+ZCPn usDz5aKRd0l1dY50M9TgYLL1QTccgtbZfFCBMtyHD/aSo61TMlcG+i91SJJOgPQMDYua GO4WmcFHZfdiF5IXjghCa3rh3ym0j26X6p9oa1wJqyl0vuuM1kOC2VRuh+ph3jRS9mtL AJCYl8r/nepWgX0FfDWpXiHmwio3fX1i7+VYEb/g2HTKLpBQouVmNTE9is1pauGZXkc0 xuag== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693138885; x=1693743685; h=to:subject:message-id:date:from:in-reply-to:references:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=iIXE56NJw+RYgdyj8w0X+Fuv2Xfc8+Djoz+OdOmtv3Q=; b=Sp6wJHwm5Pq5M5xx/Lu6/Jx2n2aOYgVrPJCt7pWcW9kOv9jINikW+fQ3UGcL/GKp7p Kc+4HF7qOqb1C1oDAmuE7j5RzQtV1QiiraWXYL02kOAriGYuEdR9avTxRFPi9IG/zsfV N6piZafAc5YjLdmf13QhIfi3K+MbSBRZRNi/zj9FbeEzYiJx3SN5DfF5tTr2kqJgvHGU acbY8466CmULZn9OjAphGWQ6SZ4WuLqQy3G8RlCeASOSKpI7/waddJxT2lLn1+8Zeavk BY1HSrDMQ+ItUen4PP3iyf91/YD3aflJUUkZV6vF54qpkXM+LBvGqpQgxoGXnGFWG+Dw Fhbw== X-Gm-Message-State: AOJu0Yy7A9MuO29XqUtMCc/+ABua1TuyrGYRGEAKbr4TzePvv3/Ulq79 gMrqllwmJvUYLxDnH9jFeon5ViS8j8QKAgI9vxBMtYTS X-Google-Smtp-Source: AGHT+IFZdz40vtl3s50m0vqsKHwbJ1g2Lh6lCSRf9LZg4ICzvh+p5H+d177Y13RAVI8dYgtdIGQ3QDaz08G8JUp9SzQ= X-Received: by 2002:a05:6512:1103:b0:500:a95c:70e with SMTP id l3-20020a056512110300b00500a95c070emr5550819lfg.51.1693138884914; Sun, 27 Aug 2023 05:21:24 -0700 (PDT) MIME-Version: 1.0 References: <20230826180748.15977-1-anton@khirnov.net> <20230826180748.15977-3-anton@khirnov.net> In-Reply-To: <20230826180748.15977-3-anton@khirnov.net> From: Stefano Sabatini Date: Sun, 27 Aug 2023 14:21:12 +0200 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [PATCH 3/6] doc/developer: fix a nonsense statement 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: Il sab 26 ago 2023, 20:08 Anton Khirnov ha scritto: > Adding new fields to _functions_ makes no sense, it was supposed to be > structs. > --- > doc/developer.texi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/doc/developer.texi b/doc/developer.texi > index d27716ab97..df43119f98 100644 > --- a/doc/developer.texi > +++ b/doc/developer.texi > @@ -425,7 +425,7 @@ number remains unchanged. > @subsection Adding new interfaces > Any new public identifiers in installed headers are considered new API - > this > includes new functions, structs, macros, enum values, typedefs, new > fields in > -existing functions, new installed headers, etc. Consider the following > +existing structs, new installed headers, etc. Consider the following > guidelines when adding new APIs. Obviously ok, thanks. > > _______________________________________________ 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".