From patchwork Wed Dec 30 23:31:36 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Rheinhardt X-Patchwork-Id: 24696 Return-Path: X-Original-To: patchwork@ffaux-bg.ffmpeg.org Delivered-To: patchwork@ffaux-bg.ffmpeg.org Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by ffaux.localdomain (Postfix) with ESMTP id 0407A44A7BE for ; Thu, 31 Dec 2020 01:32:47 +0200 (EET) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id D88C968A817; Thu, 31 Dec 2020 01:32:46 +0200 (EET) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-ej1-f50.google.com (mail-ej1-f50.google.com [209.85.218.50]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B1CE368A717 for ; Thu, 31 Dec 2020 01:32:42 +0200 (EET) Received: by mail-ej1-f50.google.com with SMTP id g20so23726425ejb.1 for ; Wed, 30 Dec 2020 15:32:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references:reply-to :mime-version:content-transfer-encoding; bh=O0YVW8AKzS9Gqip5pVhKWNLoHl2XbQKiKeI1y5PIZKs=; b=tzsV60gTkJGJKkuWO/bDnisnfbBMBQ6FfPHIoEOHFqIliAUj54NNBE8zMGWqw/xlVo 03ldbqPaE9+mW82c7VQQpNBlrgOASyRJoMfn56xj6j4HRWWp4h9SsJiuLEB7EpGSouyf HyOXJfGPpsEbB5Z/BwWYMA+IK2s12+81Y5QeSKgTMp3+INtu0gepic8/58bVWappISEn CP6RFsqTYquNhlfXTOh0K/QFhJsGKkp5vz35CA78ATPP4AzwLbz2qrB5Y33lmWapqIcU kXzkBsdcpd2Fq8N+cl5ornTL0CD5T7RY+z+hqTjU4GEaoKz3p1Fd5HdFVgZh8F6Kf4Xa moag== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:reply-to:mime-version:content-transfer-encoding; bh=O0YVW8AKzS9Gqip5pVhKWNLoHl2XbQKiKeI1y5PIZKs=; b=mDF55WzSIZC7SbTOYyr4c8g7N/HdH991ahWxMECb8GP2HUIxicUdw1PrnXTH+vM8Zx ATgwwDcJmXjY7LGFS0lmi5AioMU2SOXkXcMhe6q6izIs/SQnZiUAilI9fyoqH3hq+T6I fy2CtcaSsBoLhQQcMLdgAEEEA6z7x9qSIGNJEzxHbEoTQtH43WNLD0waJHb32u29sgxk rJMMA+TWkzmT8XHxsMRTo7qNoapnCKKnDJwg/SteSQ+6qw15910wjHY87mO1pLriGPno B4bXFoGAOJbyDkUhg5930niNuOQ332CvCyIt+7hOpH9PLGswUCSUhemcUV4tEGgSYc8T JOkA== X-Gm-Message-State: AOAM533VJph4TkgsRaXF3/gCbS5DE1ECb+jqpRgryq2eJhFvV8NRiMmn Rtp38gYtdkSdxdPBq48BEVRSGJXsgaQ= X-Google-Smtp-Source: ABdhPJy4jCp3dcta6FgnCn3SzytAZNiYgcEFE6MUK8xsGkMA5rjTD0aW4z9ovlQZqOQgQ2FmxN/Wyg== X-Received: by 2002:a17:906:ae43:: with SMTP id lf3mr47885981ejb.130.1609371162109; Wed, 30 Dec 2020 15:32:42 -0800 (PST) Received: from sblaptop.fritz.box (ipbcc1aa4b.dynamic.kabel-deutschland.de. [188.193.170.75]) by smtp.gmail.com with ESMTPSA id u19sm19630409ejg.16.2020.12.30.15.32.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 30 Dec 2020 15:32:41 -0800 (PST) From: Andreas Rheinhardt To: ffmpeg-devel@ffmpeg.org Date: Thu, 31 Dec 2020 00:31:36 +0100 Message-Id: <20201230233157.1055287-9-andreas.rheinhardt@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20201230233157.1055287-1-andreas.rheinhardt@gmail.com> References: <20201230233157.1055287-1-andreas.rheinhardt@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 09/30] avcodec/atrac3plus_data: Mark array as const 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 Cc: Andreas Rheinhardt Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Forgotten in a7dbeb77c3c30ac4904928978938b209ff6e1ab1. Signed-off-by: Andreas Rheinhardt --- libavcodec/atrac3plus_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/atrac3plus_data.h b/libavcodec/atrac3plus_data.h index 7039936ba3..b0b85c4368 100644 --- a/libavcodec/atrac3plus_data.h +++ b/libavcodec/atrac3plus_data.h @@ -393,7 +393,7 @@ static const uint8_t atrac3p_ct_restricted_to_full[2][7][4] = { /* If the first entry of a subtable is negative, it means * that another VLC is to be reused. */ -static int8_t atrac3p_spectra_cbs[][12] = { +static const int8_t atrac3p_spectra_cbs[][12] = { { 1, 0, 0, 1, 7, 0, 19, 5, 13, 21, 6, 8 }, { 0, 1, 0, 4, 11, 0, 1, 29, 6, 20, 7, 2 }, { 0, 0, 1, 8, 0, 13, 18, 7, 2, 0, 0, 0 },