From patchwork Sat Jan 23 20:47:55 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Rheinhardt X-Patchwork-Id: 25132 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 7640744B48E for ; Sat, 23 Jan 2021 22:48:40 +0200 (EET) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 561C568A29C; Sat, 23 Jan 2021 22:48:40 +0200 (EET) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org 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 1333F689AB3 for ; Sat, 23 Jan 2021 22:48:30 +0200 (EET) Received: by mail-wm1-f53.google.com with SMTP id s24so8470622wmj.0 for ; Sat, 23 Jan 2021 12:48:30 -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=mauirRfSDZqRm/0FMCPdNqZ8vZX5ESAzEz1sWxSdQ8w=; b=T4x1ud/QlAU9vELDQtrEz7voNe9zu6teZJaKMZQIKYBZ0uc2fqn9Gegh0xF0Lm7uGc DPmaTvBuA89YwJ7Lkcnh693mRgUzd4y4hk5dzQxeNr2deD6brcDu9b138/oSb2EZMNz7 8qN57a3iP3ycqTcUyH6Uo53pUakxagyi1oQ6Q7MdmYEMHaKy3dF88auigsAsDNN1LSDj wiTSQxDIWnvCNrUewwSJ6p0v3dUgK/VI7njz+c9TGzNJdFYydS2e/7+7YoqMzR1gY5PG b9CODw+Th7VG2smHapvMmivT/NvOvxJE0llEiyjWDDQ/2+aJBCrdChvO3XIYWn7jb6uD I3KA== 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=mauirRfSDZqRm/0FMCPdNqZ8vZX5ESAzEz1sWxSdQ8w=; b=DHButfwp9fYDFXbItrowi2J1gYQuDKe1OmuWVkkOy8DyZJcp5XUgqLcOGAPNO4FJP3 wWOOdaBX4opagZJFcWzIbVPy2/xrS47tdZTVIEp3ZlTOMCuZj6akH/kw9lHaujfIGgD6 87EN7OVB8HqOb7I0t57fCWSdFh6uNxAAJLjZ75Za9Z6rQVYOhXDTybs2/NNSCXRXBwLI RxxDYD9DHce/GVrmBlhxU+1lqLGJwlCBcFEykifaCBvyWcrfGuyHSVEbg3H1Aze7srZR 5uT3lWkJ0d+s362BPTRcHxqPDKin3AnOLvKxOr+WrbbVTX5nvVxOucEiYCqul2pNVXWq UKTg== X-Gm-Message-State: AOAM532NoJxJ34FrsiOA5cxQlW6hLpLkdCxqvUwVY54OYZFERcB9sN77 zDU+GtZJfByZgFUqC9S65eYcbwPdPTY= X-Google-Smtp-Source: ABdhPJwVX/wH405OjTryGSTtusAEu6mtf/H+0LDFC03hKVY33rcz8hb0KYNEtIZRQHe5uEgDRFcrjw== X-Received: by 2002:a1c:6a02:: with SMTP id f2mr1526867wmc.36.1611434909431; Sat, 23 Jan 2021 12:48:29 -0800 (PST) Received: from sblaptop.fritz.box (ipbcc1aa4b.dynamic.kabel-deutschland.de. [188.193.170.75]) by smtp.gmail.com with ESMTPSA id g12sm16299529wmh.14.2021.01.23.12.48.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 23 Jan 2021 12:48:28 -0800 (PST) From: Andreas Rheinhardt To: ffmpeg-devel@ffmpeg.org Date: Sat, 23 Jan 2021 21:47:55 +0100 Message-Id: <20210123204800.689497-5-andreas.rheinhardt@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20210123204800.689497-1-andreas.rheinhardt@gmail.com> References: <20210123204800.689497-1-andreas.rheinhardt@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 05/10] avcodec/tiff_common: Remove declarations of inexistent functions 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/tiff_common.h | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/libavcodec/tiff_common.h b/libavcodec/tiff_common.h index 03558c31a3..019d23e6d5 100644 --- a/libavcodec/tiff_common.h +++ b/libavcodec/tiff_common.h @@ -79,26 +79,6 @@ double ff_tget_double(GetByteContext *gb, int le); /** Reads a byte from the bytestream using given endianness. */ unsigned ff_tget(GetByteContext *gb, int type, int le); -/** Returns an allocated string containing count - * rational values using the given separator. - */ -char *ff_trationals2str(int *rp, int count, const char *sep); - -/** Returns an allocated string containing count - * long values using the given separator. - */ -char *ff_tlongs2str(int32_t *lp, int count, const char *sep); - -/** Returns an allocated string containing count - * double values using the given separator. - */ -char *ff_tdoubles2str(double *dp, int count, const char *sep); - -/** Returns an allocated string containing count - * short values using the given separator. - */ -char *ff_tshorts2str(int16_t *sp, int count, const char *sep); - /** Adds count rationals converted to a string * into the metadata dictionary. */