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 C224B442B7 for ; Sun, 4 Sep 2022 23:37:32 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 5820368B965; Mon, 5 Sep 2022 02:37:31 +0300 (EEST) Received: from mail-oa1-f44.google.com (mail-oa1-f44.google.com [209.85.160.44]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B1DAB68B049 for ; Mon, 5 Sep 2022 02:37:24 +0300 (EEST) Received: by mail-oa1-f44.google.com with SMTP id 586e51a60fabf-12243fcaa67so18014307fac.8 for ; Sun, 04 Sep 2022 16:37:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date; bh=Csrn7OscgLQW68ma2LDcm7jpc98kg8wMzrpmMEg/Tgg=; b=RSKfSUrFoJGWeiTCp4VqVp3Txm+n/quhve6JoYNqhAkwhTErC6GMiyR5MS0DLn+1RL Y1vPeX0kT2xe0P7lFTXEgcWtK78qI+UDsqMsM1sqSFncFAENplnv1RGM9dqNIt/46X07 cePG6jeOwe5eP8HPRv07ySmnVXYKKUb5EgK3eoF246snvqo31HGGpUFyJpSTD1s6FGvF dOVt9GRoYc9X13Xnb8CnoBnPSkMETobmBokBWc57PaJsZC5NzqBdSp4FAl+b/i8lggWR Q7ra4Y7PKaYD4SJOjaqQFwpLCfMMhzbHDSGqP1kyOfoSDG9R6kOEKwmkSfrMB/9xmGdl eFVA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:in-reply-to:from:references:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date; bh=Csrn7OscgLQW68ma2LDcm7jpc98kg8wMzrpmMEg/Tgg=; b=QHz2MAOvUnr8bcnPVNoZUr2WgEH2i4xOXsevXHnByZ5gvWe+Sdl6udykRoT/QbnR+u ZXTUaClqFRj8M9vO8dmt6L6JKVDDDGFIHcrJuDAzomn7dagifH05zw/V9axijJNzCymp Nr6wSKLiGV6mufT8tsGDPSxj/fFPasE4r5Fp/Produvhhhz8ICWoiuzkIkjmc1jDsYkP RzEWBfHl4dMfb/VBR0vvolgMA3WdU0KHZbtTbVoGnBTIRm/1899ZDgk1NeYMHWB5wcHZ NFJ6dcIvDpoCkGd6Hl9Yb+iOgU5IzhTquy/C7Wfm/NradNBb2Z2BsNvmQoF4ECBQHRKG Qkvg== X-Gm-Message-State: ACgBeo0Apnl7LXwIoLzWmOP9j6odIf4rtsjaPVu5mu2cY3CqrzIU5Wpd NlEPQVQqvpRCf7CUl1BUF5tfOPQK6NA= X-Google-Smtp-Source: AA6agR6U6ppNxxwMo/kIJVgRVDEfBZWRX99hRPfUtHEotmpxalGF29ETUjbKALgU7lMN7RaoXQIAJQ== X-Received: by 2002:a05:6870:5581:b0:11e:300:8189 with SMTP id n1-20020a056870558100b0011e03008189mr7725242oao.199.1662334643066; Sun, 04 Sep 2022 16:37:23 -0700 (PDT) Received: from [192.168.0.11] ([191.97.187.183]) by smtp.gmail.com with ESMTPSA id i4-20020a9d68c4000000b00638c25074afsm3842468oto.34.2022.09.04.16.37.22 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sun, 04 Sep 2022 16:37:22 -0700 (PDT) Message-ID: Date: Sun, 4 Sep 2022 20:37:22 -0300 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.13.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: From: James Almer In-Reply-To: Subject: Re: [FFmpeg-devel] [PATCH] avutil/tests/.gitignore: Add channel_layout testtool 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: On 9/4/2022 8:36 PM, Andreas Rheinhardt wrote: > Signed-off-by: Andreas Rheinhardt > --- > Will apply this tomorrow unless there are objections. LGTM. Backport it to the 5.1 branch too, please. > > libavutil/tests/.gitignore | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavutil/tests/.gitignore b/libavutil/tests/.gitignore > index 919010e4fc..87895912f5 100644 > --- a/libavutil/tests/.gitignore > +++ b/libavutil/tests/.gitignore > @@ -9,6 +9,7 @@ > /bprint > /camellia > /cast5 > +/channel_layout > /color_utils > /cpu > /cpu_init _______________________________________________ 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".