From patchwork Tue Apr 7 21:45:56 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Rheinhardt X-Patchwork-Id: 18761 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 EB98544AF3F for ; Wed, 8 Apr 2020 00:46:27 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id CEDE068B6C8; Wed, 8 Apr 2020 00:46:27 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-wr1-f68.google.com (mail-wr1-f68.google.com [209.85.221.68]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id C420B68B60E for ; Wed, 8 Apr 2020 00:46:19 +0300 (EEST) Received: by mail-wr1-f68.google.com with SMTP id g3so5600956wrx.2 for ; Tue, 07 Apr 2020 14:46:19 -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=FQxO63olgOZ2hPKDCKxJLtrPIHIYS7+abG2SIw7hNeI=; b=mGTeJucRuczg7Xlr6S9TTCtvf0pUxqKtWbGfBogXuBE5Jaw1RC/6HrzygBmQgn1FWV KP2EGF+aEG52ww48SiiILSzR2slhjbOvmrl0O6RBmLMRp04T+mGte9o8E4CtnpwPWBpF vhO6b31SeNn5pe0Ul0uCzOcVa3hSwFcV60TuofrXW04mf26rq7PHZSdMIHXAFbmzVoCc tidM9VzUcRqbXpKcdpCwDW6xzoUWJIYUdmX3fv58zncxoXzqRmUfC/a0lS7bVwfICefR 5gtV9fbSkujcy0upzwH2VDZ8e+bXCRNi18+iShaqy/9OrVMonuKwdawfMsVD2iKTlrUv 0g8g== 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=FQxO63olgOZ2hPKDCKxJLtrPIHIYS7+abG2SIw7hNeI=; b=UgX6GBefgqz/lEykAmT2N7QIHAlMmSgiwby8pe2Lxgpi8DZ+TquKMcD1Dg9Il583+t OPpkVGR2l3HKYKTF/3WC9JP5B15WCj87KnLIMihH8/Ozpie1aXhSfGuOXCNiHnZ+awdi zHWYdoRl5fVAHGd+83RgHn4RxWeUQDK+agbE1dt1gsJ4cQS0ejxTupr2cj8Z6lhXgcsV q0/yghXHWOUYysYjqHRBCQdmbGlBb0Smk72V9wDvWDhNUH5RyGSmlge6w7PGy33uasXh tuQIzqn8KW3db8b3C3r7wkgDO+bEq6aRplXyacoDBJ2LaNxx+x8HCLc5NCOeLwpvv3WT +wNw== X-Gm-Message-State: AGi0Pub31cL4znILRJlN1H3AbJtJezeqQYGjHFC68wkZpaDCkgzFbCtY J41CHJhhx8z7/od/9I4NdNsxz4Lf X-Google-Smtp-Source: APiQypJ3vEj4iRCgmZTeA+XudGcbya/QuUKXHU+Ecct7fdMaQvVet/yjTWY4prt+O+AeimpfZ8yosQ== X-Received: by 2002:adf:ee41:: with SMTP id w1mr5229345wro.276.1586295978791; Tue, 07 Apr 2020 14:46:18 -0700 (PDT) Received: from sblaptop.fritz.box (ipbcc1ab57.dynamic.kabel-deutschland.de. [188.193.171.87]) by smtp.gmail.com with ESMTPSA id c6sm7484789wrm.0.2020.04.07.14.46.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 07 Apr 2020 14:46:18 -0700 (PDT) From: Andreas Rheinhardt To: ffmpeg-devel@ffmpeg.org Date: Tue, 7 Apr 2020 23:45:56 +0200 Message-Id: <20200407214603.19798-2-andreas.rheinhardt@gmail.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20200407171950.19086-1-andreas.rheinhardt@gmail.com> References: <20200407171950.19086-1-andreas.rheinhardt@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 03/10] avformat/webm_chunk: Remove superfluous headers 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" libavutil/avstring.h is unnecessary since 8a632b3e. The other unnecessary headers were never used. Signed-off-by: Andreas Rheinhardt --- libavformat/webm_chunk.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/libavformat/webm_chunk.c b/libavformat/webm_chunk.c index 6e48a36b24..f079c5c65e 100644 --- a/libavformat/webm_chunk.c +++ b/libavformat/webm_chunk.c @@ -24,23 +24,14 @@ * chunk, followed by data chunks where each Cluster is written out as a Chunk. */ -#include -#include - #include "avformat.h" #include "avio.h" #include "avio_internal.h" #include "internal.h" -#include "libavutil/avassert.h" #include "libavutil/log.h" #include "libavutil/opt.h" -#include "libavutil/avstring.h" -#include "libavutil/parseutils.h" #include "libavutil/mathematics.h" -#include "libavutil/time.h" -#include "libavutil/time_internal.h" -#include "libavutil/timestamp.h" #define MAX_FILENAME_SIZE 1024