From patchwork Mon Nov 23 19:37:21 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Rheinhardt X-Patchwork-Id: 23997 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 4F66E44A49B for ; Mon, 23 Nov 2020 21:38:35 +0200 (EET) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 2AE7468BC49; Mon, 23 Nov 2020 21:38:35 +0200 (EET) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-wr1-f52.google.com (mail-wr1-f52.google.com [209.85.221.52]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 903DA68BBB7 for ; Mon, 23 Nov 2020 21:38:16 +0200 (EET) Received: by mail-wr1-f52.google.com with SMTP id m6so19780916wrg.7 for ; Mon, 23 Nov 2020 11:38:16 -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=xdC0uz9Wywv9T0vz49FhMjTEa3IIZHEIq/VLKJ07Fr4=; b=iDoayL6Ow0g/4khLbofkuohcm4W7oZePdHBuhfqZ9u+5sahdOd8+iy8cwKIyxRkM1Y WFjydQXchtjQuGzA/zwqzGwN7buSbVlRJrxSKbC+K5PksHuXHx4EE1UEVxxl9Ua/1JQf Yuvyh9C2VHXbwhg8rMayuhLY0pF1l04VR2+AnpeRHNCPgYB57cNFFwzaHo4DtJFcxBIt RdaHA4heYTtWNf+qbgfyBogdApihg0JMvXGtwYbCduqrakzEesdumEwxQ238uz5805Ph RoNYOCfnpuIVEW3NsG5t5fAI8cpZFwvfL+IIkL0rkTNNb2cFzbepBPU47UguZz1yXDPt Syvg== 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=xdC0uz9Wywv9T0vz49FhMjTEa3IIZHEIq/VLKJ07Fr4=; b=WhCQHyBK7QHrjQeJOgcoZfyKS/sraaupJYFw0PlYXE96WTrLeLxWGwlFeZZoN9A1oD iNeG/EztseusW8E5HJLg/6WGKHss3dwrV7NYvKFU9XcOkzVgmtbH0RO+9OVaJZib6cTa Zes5LBi9HHt//hNfWiIQOvgIfck3JIZYVlHJDr5aWgu8AlEab/RFflHuPwrYfgrNiAYy L94IHkY5svZykxbEW3UIfKSd7ShmwsIACT0dX/ZcFTiSE8zRr7urzeDcAhD9WLwX4I3G pvrP1I4B6IvQUvJVQxrfmTlrHH94UgXf5DOwKRqMzitkzkeyYu0tIdAjsVwtTvIiKx16 cXPg== X-Gm-Message-State: AOAM532PEvxVj0hQLL7xlDi3DYMFehcCjWfFMpAfkirvx+tTFUz0DunD tAcqKDyfHQ/ERYvfJnQ64mNlouZMzcdB8g== X-Google-Smtp-Source: ABdhPJxEloNYpm2nf+7t6hrzBUiDMzUYNdu9IveU4OGo6ryM4PEodf6+lcXz2adf4uEKAIuhc2E30A== X-Received: by 2002:a5d:4ccd:: with SMTP id c13mr1402455wrt.254.1606160295543; Mon, 23 Nov 2020 11:38:15 -0800 (PST) Received: from sblaptop.fritz.box (ipbcc1aa4b.dynamic.kabel-deutschland.de. [188.193.170.75]) by smtp.gmail.com with ESMTPSA id e6sm564086wme.27.2020.11.23.11.38.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 23 Nov 2020 11:38:15 -0800 (PST) From: Andreas Rheinhardt To: ffmpeg-devel@ffmpeg.org Date: Mon, 23 Nov 2020 20:37:21 +0100 Message-Id: <20201123193739.1249300-11-andreas.rheinhardt@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20201120072116.818090-1-andreas.rheinhardt@gmail.com> References: <20201120072116.818090-1-andreas.rheinhardt@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 173/191] avcodec/aactab: Remove declaration of inexistent array 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" Signed-off-by: Andreas Rheinhardt --- libavcodec/aactab.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/aactab.h b/libavcodec/aactab.h index ce6a7ba1d2..f950c13eee 100644 --- a/libavcodec/aactab.h +++ b/libavcodec/aactab.h @@ -95,7 +95,6 @@ DECLARE_ALIGNED(32, extern float, ff_aac_kbd_short_128)[128]; DECLARE_ALIGNED(32, extern float, ff_aac_kbd_long_960)[960]; DECLARE_ALIGNED(32, extern float, ff_aac_kbd_short_120)[120]; DECLARE_ALIGNED(32, extern int, ff_aac_kbd_long_1024_fixed)[1024]; -DECLARE_ALIGNED(32, extern int, ff_aac_kbd_long_512_fixed)[512]; DECLARE_ALIGNED(32, extern int, ff_aac_kbd_short_128_fixed)[128]; DECLARE_ALIGNED(32, extern const float, ff_aac_eld_window_512)[1920]; DECLARE_ALIGNED(32, extern const int, ff_aac_eld_window_512_fixed)[1920];