From patchwork Fri Oct 25 18:07:38 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Rheinhardt X-Patchwork-Id: 15961 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 5DA9B447C60 for ; Fri, 25 Oct 2019 21:08:56 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 3A2B868B4CC; Fri, 25 Oct 2019 21:08:56 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-wm1-f68.google.com (mail-wm1-f68.google.com [209.85.128.68]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id A2F7A68B481 for ; Fri, 25 Oct 2019 21:08:47 +0300 (EEST) Received: by mail-wm1-f68.google.com with SMTP id w9so2909415wmm.5 for ; Fri, 25 Oct 2019 11:08:47 -0700 (PDT) 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 :mime-version:content-transfer-encoding; bh=uGscO1b3MOfYdVWab90cMzzqZ5XiqW+SA9Pm6BDLIZw=; b=stTC7bO7PdG7Muq6UjD3wVSmineAX3FfCQ+Z6bTOCgdfbng7Vy350IWtjXBij3fSkW hs8BVCOt8uWAaaDvKtF9kGaSHwN5M2d0trjrFAZpIjsw1l6oHoVEEgp7YFmFHVKuH3UA iEJKVHVLLe5bnngaI4yTN0p71T/KbdoXfDjPTIJT/eNIJ+MfMYpqW/pfADvA01okCxxM Bz5pRbwTQuYC/Qq3Je1XgiYJ0oPbzF/k95He5wUgowNPotv4qoBtgduKgqTxIOEF6pdK sNTLwSNqbKTZ+yYSjEI4goJxzAH+QOxfdM1AzB0sIkKNqTg+LH8U4IZnDgMUcvHodjj4 Ydzg== 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:mime-version:content-transfer-encoding; bh=uGscO1b3MOfYdVWab90cMzzqZ5XiqW+SA9Pm6BDLIZw=; b=uC+8ONb5skqJ/s/vwQnLz2wGIdx0LwDjobZfp8mF4Y8r7AfKrcjMlzosqlHiDKov0u ua2CqDmBuBLBnZq0pcZz4fkCdi9AUs4aTt53VpARhDmLiBfWshWSFcmG+1fcZ/bcZes/ jEeSFYzUIdlB5Cig+1BmZE+prKCf2lMQbH3SkXEHVzbicxIxveoKvPjtpP6QbFRpEP2p nIvZsGkqpyYUy9q9SmgIdd0K+2YWeE4VVP8kCZxmrSDMqe44w81axeZoneoZpBz1RIhF DunNJLwPEYfN0DG2Ak+jRZdVkjvbLx9sSA7eldPqJ7ovEetgN0fI0/BGnzaNClYlGKSP haIA== X-Gm-Message-State: APjAAAWiBV2ReJekPPPHxjl+VjL6Pu5J6rEq1o1Oa4toocNrCd6y0CrK 44TTVROHGcY95vjP+kKCDU1K+URj X-Google-Smtp-Source: APXvYqww4wgdDdVa07Cicaa6lrtHOKRy2KBDW0i2ksgKULXqO43xMLLemZHrKnGAkJtxU/aTNzG5Uw== X-Received: by 2002:a1c:20d8:: with SMTP id g207mr4645412wmg.79.1572026926866; Fri, 25 Oct 2019 11:08:46 -0700 (PDT) Received: from sblaptop.fritz.box (ipbcc08937.dynamic.kabel-deutschland.de. [188.192.137.55]) by smtp.gmail.com with ESMTPSA id a17sm3743747wrx.84.2019.10.25.11.08.46 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 25 Oct 2019 11:08:46 -0700 (PDT) From: Andreas Rheinhardt To: ffmpeg-devel@ffmpeg.org Date: Fri, 25 Oct 2019 20:07:38 +0200 Message-Id: <20191025180746.13725-6-andreas.rheinhardt@gmail.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20191025180746.13725-1-andreas.rheinhardt@gmail.com> References: <20191025180746.13725-1-andreas.rheinhardt@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 06/14] avformat/bintext: Remove superfluous header 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" 15d838b7 included libavutil/parseutils.h in order to use av_parse_video_size(); the latter function isn't used any more since 33b6d215, so the header can be removed. Signed-off-by: Andreas Rheinhardt --- libavformat/bintext.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/bintext.c b/libavformat/bintext.c index 61b89f56d6..1a99e69852 100644 --- a/libavformat/bintext.c +++ b/libavformat/bintext.c @@ -32,7 +32,6 @@ #include "libavutil/intreadwrite.h" #include "libavutil/opt.h" -#include "libavutil/parseutils.h" #include "avformat.h" #include "internal.h" #include "sauce.h"