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 512A743D57 for ; Tue, 9 Aug 2022 10:31:17 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 1CF9168B7F3; Tue, 9 Aug 2022 13:31:15 +0300 (EEST) 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 BFBE868B726 for ; Tue, 9 Aug 2022 13:31:08 +0300 (EEST) Received: by mail-ej1-f46.google.com with SMTP id y13so21347645ejp.13 for ; Tue, 09 Aug 2022 03:31:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=vUlCAJAA+E2yoGmjkC0GAuSEinlGqASmgm8GnTvBDhU=; b=fEtWDGUmkzTc/t7HBfTxntORND4eEXj0bHJ+o+0rZugPawFvDMnq81vquuWt+J3acC CwfWCDhIim3VuAgSdOcF/VxRMXiNwDVyxiEPHuUxbXvf63kcvUZwhsYnB/zZbVlrWu1b 3bxY0UKmEnVKAMONZBFHoKdlqve4psU3/NPddHKURKi3exU9e6s3aVVOoySwNvQguBzU Qp9tzdvNE12EsIpHFoRh8aJSj3Sxuk/39fxJVCySYnv+Zc7KxmDUX8D+NytcUk803Y9t cv9fzOXk7g+f4/ZbNGYdCD5g/pmJHq4KASAkzFKFq/C7gavj03tEeLesISw4CvNeX5VV dSbw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=vUlCAJAA+E2yoGmjkC0GAuSEinlGqASmgm8GnTvBDhU=; b=plYgkHCvXT8PB6fbS0/pRJpw6ELi4ACO7XaEVR8crfqISVQ8dEfKCLkSHZVybLlkfF 5OSuhgNmzx5ymhA9Sk/3Bi4QTZV9hIMA7fObuJIBj2cS+Xoi1qe5IZl7yl9YbXntwaXr b9O2i8d6DisEe3k4xl/aqrTvfp3X8y0w/r8a7k3vlfLsQL1cnRSBx1jbPfpG19i0N4T0 uDCMhJF7KRyaGRKE/xr1A2n90MMXVe0xpJ/dAaaCF0+pcd5V0DdRf0szqOyoVQkYuPAc Ip96z6UtvGbxdBsxFDtvq3u/s9/thHa77L8eu6l22l/umRfPW9y7WH68wIhaYGiUZkfh u0Qw== X-Gm-Message-State: ACgBeo1cRCphRJE2o7CwL6ganDbiIMzBaOpyiSGDYYry4HtD737D7u8Z ZMWBPr94n90iIPEnZscvhK/cqSD2FG1TTA8D0xSMCxln X-Google-Smtp-Source: AA6agR41tqD1QHUu0gFeztRlpLAX93Jr9RVIld0bpA+rmCVnPz9TZmnaiUcXobgh1VUTgtqnR2upaG34VjGgkY9FN5g= X-Received: by 2002:a17:906:4786:b0:732:fc99:cf68 with SMTP id cw6-20020a170906478600b00732fc99cf68mr559475ejc.18.1660041067262; Tue, 09 Aug 2022 03:31:07 -0700 (PDT) MIME-Version: 1.0 References: <20220809083015.68AB5411A20@natalya.videolan.org> <166003649799.3205.7975552149520960827@lain.khirnov.net> <166003724232.10012.11753014702349860785@lain.khirnov.net> In-Reply-To: From: "Ronald S. Bultje" Date: Tue, 9 Aug 2022 18:30:55 +0800 Message-ID: To: FFmpeg development discussions and patches X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [FFmpeg-devel] [FFmpeg-cvslog] doc/filters: clarify behaviour of weights in amix 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 Tue, Aug 9, 2022 at 5:36 PM Gyan Doshi wrote: > > > On 2022-08-09 02:57 pm, Anton Khirnov wrote: > > Quoting Gyan Doshi (2022-08-09 11:22:39) > >> I am a docs maintainer so I push these directly. > > All patches should go through the mailing list, so other people get the > > opportunity to comment on them. > > I do that for more extensive changes. > > As the guidelines say, > > "Send your changes as patches to the ffmpeg-devel mailing list and if > the code maintainers say OK, you may commit. This does not apply to > files you wrote and/or maintain." That should make the intent of the sentence quoted clear. Ronald > _______________________________________________ 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".