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 3D6D74ABD1 for ; Fri, 14 Jun 2024 09:26:35 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id F1F4968D607; Fri, 14 Jun 2024 12:26:32 +0300 (EEST) Received: from mail-wm1-f53.google.com (mail-wm1-f53.google.com [209.85.128.53]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 68BFD68D3D0 for ; Fri, 14 Jun 2024 12:26:26 +0300 (EEST) Received: by mail-wm1-f53.google.com with SMTP id 5b1f17b1804b1-421a1b834acso18007395e9.3 for ; Fri, 14 Jun 2024 02:26:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1718357184; x=1718961984; darn=ffmpeg.org; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=YRwu3cX7TSp9JdxKMCVivGdPkJVbFnsa4hJOw8O4FpE=; b=QuthlJW3swfLB3BMp9RkEfDJT9ZmjIjh2zRRkvO1ftQ88GoxN/RpVCWrv1C42R9Dne wD9XJebaxTg3pNUyCJcIemkDbJI366OD7nE/ZOwx7CGLoNDvhT0FcwoolFA2vkVfw5Y4 bcsW+Pl2D2yAX1gkJ2LReKTR78HcQygzeCcU72YDLvWo6vzsp5kYdCapW1Jb2jzoJTUc 53KL4g52FHFSEOmIdUqtATLZsXcZV89+PKWUTW4PFzdN7dD5ZA9in25iSo0rs6cecnOE DHgpu5p+HNaycNic4pMOqtugKuJKhxGqO/aCbvuQXPLuTLvg0e17P19af2AbnF1UhgbG c1Gw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1718357184; x=1718961984; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=YRwu3cX7TSp9JdxKMCVivGdPkJVbFnsa4hJOw8O4FpE=; b=IlLTf2bPbwxwld1UciCMbLwhoUb451mqxhPI0AKZDtu0hIHpWBSNv3y+Z+/OWwrCvW iem4eGxX2ZVsMCf89QiCF05Tn+YzmF++A7mlfiyjRK44iPA/nImvx9FP6WoFa3oZQ7U+ YMh+pD8vUSA095YLOBpP81dIQyT+RUjwtpdoaxlVhCMO09VQF2pXefCS+BDmF8M0YOss 8e4ZNpqi/voR10hsUKWkBITo/zPjTA0flQhR/W2c6NoJXNjItfhBK7aE6sPCUEUlx7/G l6QBLNBZI+1HUCzCOyMzzNxHACd1D+CfGO4hj+172ISGcyyZ2yjFoNYo9V6dUMQo/Wrx FuiQ== X-Gm-Message-State: AOJu0YwO1uHCNgtL7t8+CuOvQgkSEjxC36pRIEFBSlevpVYqYRw9Yx1y ZhrjFZ06mGvkcyOF5biiB+QRA/h/0xtf5L6+M3xrchWqoEWCrzruw39uPQ== X-Google-Smtp-Source: AGHT+IH2gEB4ZA0XzfsT7XO7oc9u7PAw+alvEOlllPH5hcXhavBR6RsnWTYhBKWKUvzSAxaNNi20VA== X-Received: by 2002:a05:600c:4f84:b0:422:7037:54d7 with SMTP id 5b1f17b1804b1-4230484fa59mr20695565e9.28.1718357184117; Fri, 14 Jun 2024 02:26:24 -0700 (PDT) Received: from taklit-vm.home ([2a0d:6fc2:4611:4f00:215:5dff:fe01:6900]) by smtp.gmail.com with ESMTPSA id 5b1f17b1804b1-422f5f33bdasm54194305e9.8.2024.06.14.02.26.23 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 14 Jun 2024 02:26:23 -0700 (PDT) From: Yotam Ofek To: ffmpeg-devel@ffmpeg.org Date: Fri, 14 Jun 2024 09:26:18 +0000 Message-Id: <20240614092618.942872-1-yotam.ofek@gmail.com> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH] avcodec/aaccoder_twoloop: remove unused macro 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 Cc: Yotam Ofek 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: seems the `sclip` macro was never used --- libavcodec/aaccoder_twoloop.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/libavcodec/aaccoder_twoloop.h b/libavcodec/aaccoder_twoloop.h index 92dc2911a3..c1dcdbb5ed 100644 --- a/libavcodec/aaccoder_twoloop.h +++ b/libavcodec/aaccoder_twoloop.h @@ -53,8 +53,6 @@ /** Frequency in Hz for lower limit of noise substitution **/ #define NOISE_LOW_LIMIT 4000 -#define sclip(x) av_clip(x,60,218) - /* Reflects the cost to change codebooks */ static inline int ff_pns_bits(SingleChannelElement *sce, int w, int g) { -- 2.40.1 _______________________________________________ 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".