From patchwork Thu Jul 26 07:13:41 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tobias Rapp X-Patchwork-Id: 9803 Delivered-To: ffmpegpatchwork@gmail.com Received: by 2002:a02:104:0:0:0:0:0 with SMTP id c4-v6csp125956jad; Thu, 26 Jul 2018 00:14:03 -0700 (PDT) X-Google-Smtp-Source: AAOMgpfZR4vjK54hXpnJ2tFXGY2NOxL1wf7cGmYsr5aMN/JqYtFC0jfKM6aXlITsTyhGxFqeKGRV X-Received: by 2002:adf:dc4c:: with SMTP id m12-v6mr617353wrj.84.1532589243897; Thu, 26 Jul 2018 00:14:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1532589243; cv=none; d=google.com; s=arc-20160816; b=NHT8j85uyX7B5+93Fq0VvwLLBiEaoKBh/g6ZX6S70eZXx8gej6yqySS3QEFRAQ3v+r u7lPWtIdpbcrFV1WJ9+vN1brJQLHof9p8/nJ7oxBY2uTsiNh90iA6cehU+PLuD5Hn5Nw s4iNUUixYz2e8C/zCr6OkbPUcIcK+Yuh4qc2zcFNaqjEG+sos+PYh/MYq6plZUZsVos5 p+FIXLL7gnHyOYlyCBfLSH+866IEhXe8JREBdaF9KBNfHqwGT2RHrC9JQsoYOn3db8Np dSR8S17dNEO27qZ20v7X9cN3K8ONeEvSUanZTDGH/DTUdfB49BF8GJrcphY92dtYSb2v P58A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:content-transfer-encoding:mime-version:reply-to :list-subscribe:list-help:list-post:list-archive:list-unsubscribe :list-id:precedence:subject:message-id:date:to:from:delivered-to :arc-authentication-results; bh=eXxWtL2mev/mK0XBuXrod9b0L8rUoMnITkMnRoNIJ4E=; b=n92tBvwwcDhFUN5Ng19nP2XP4G4sGDqDYToSm/CYOOUVKkrA95KsNHo13yWX5Ohynu s5IX67Ai9fiuoQseNMBqsa/5lglSIDNWwhoALyyFvdy1sDefMPMFi9E+HpNWVJT5YnCB xiEDWOTq8VhDyRbeILnm6mJ5cD07BCI4WIxy3v0BY9ww5gIQSjeZYF3Xmq+KKhfi+OKi WJ2DM2cTuEy4vq3eUXD79bswDe9vm1y7+7s649U7veOtGETRAryvDhC/ICbFXBghz+AW eloFul7kMYYHuItzCM/zPG4/nRxPyqzZ3R71gLOtw+se8Z6LyuamIXBewltRmGLjw8id haeQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id t6-v6si543415wrn.195.2018.07.26.00.14.03; Thu, 26 Jul 2018 00:14:03 -0700 (PDT) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 5AC0668A427; Thu, 26 Jul 2018 10:13:38 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mx01.mail.netstorage.at (mx01.mail.netstorage.at [89.207.144.13]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 0790668A308 for ; Thu, 26 Jul 2018 10:13:30 +0300 (EEST) Received: from p1002.netstorage.at (p1002.netstorage.at [89.207.146.186]) by mx01.mail.netstorage.at (Postfix) with ESMTPS id 8DE77A28FC for ; Thu, 26 Jul 2018 09:13:43 +0200 (CEST) Received: from mailix (noaport.de [46.237.252.213]) by p1002.netstorage.at (Postfix) with ESMTPA id 16AB9809F1 for ; Thu, 26 Jul 2018 09:13:43 +0200 (CEST) Received: from frogstar-a.kuhnle.local (frogstar-a.kuhnle.local [192.168.0.26]) by mailix with ESMTPA ; Thu, 26 Jul 2018 09:13:43 +0200 From: Tobias Rapp To: ffmpeg-devel@ffmpeg.org Date: Thu, 26 Jul 2018 09:13:41 +0200 Message-Id: <1532589222-15660-1-git-send-email-t.rapp@noa-archive.com> X-Mailer: git-send-email 2.7.4 X-PPP-Message-ID: <20180726071343.3606.46368@p1002.netstorage.at> X-PPP-Vhost: noa-archive.com Subject: [FFmpeg-devel] [PATCH 1/2] tests/audiogen: raise channel count limit to 12 X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.20 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 MIME-Version: 1.0 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Signed-off-by: Tobias Rapp --- tests/audiogen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/audiogen.c b/tests/audiogen.c index 8d596b5..c43bb70 100644 --- a/tests/audiogen.c +++ b/tests/audiogen.c @@ -26,7 +26,7 @@ #include #include -#define MAX_CHANNELS 8 +#define MAX_CHANNELS 12 static unsigned int myrnd(unsigned int *seed_ptr, int n) {