From patchwork Fri Oct 25 18:07:39 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Rheinhardt X-Patchwork-Id: 15962 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 06270447C60 for ; Fri, 25 Oct 2019 21:08:57 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id E807D68B49F; 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-f67.google.com (mail-wm1-f67.google.com [209.85.128.67]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 36DB968B496 for ; Fri, 25 Oct 2019 21:08:48 +0300 (EEST) Received: by mail-wm1-f67.google.com with SMTP id r141so2909478wme.4 for ; Fri, 25 Oct 2019 11:08:48 -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=g7tCQbhiqvF2nLwXzXR5C+tOc/X5pf+6HUJa1m9gZTE=; b=cwAklpRP96wxyeeskCwj4IRC8FaDzR51WY8017Sws7NgDg6KbWYc96WjFPU/dtstdq oxeVZjwfGkpQ64KBeSRoPr3RAev/dWbKx/09VyfPvF9LyW9eEj8MrlL02Ngb2wB3sEum UzbnCk4yC0LerV+rMhx1CaKjIh8dTT8ljNV391HaJt+7YR7TnHnpeE2xsKMIS/61qUQv Ux+9kZu4XVVwSxANiTsVSsgqbLycN9HTi9OzqfTMIXA0yB3D8VVeKZ3nbiymofRRr1iN CyOHVTTikR7INFpzZvBKalys9mSvekgavWNMw7YOfJNXP/d3pbYk41GlAxMcg3k0tz1s i9fw== 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=g7tCQbhiqvF2nLwXzXR5C+tOc/X5pf+6HUJa1m9gZTE=; b=ciY77d7+PX3/Jdgeu8rxEbjOhUq4hwoDNaY3zFhTtMDZJIRBd9XHl+ikBs7qqgGl6k atDX4fwSaYh+WG2SztG8g9NLQgc01+S/s+5lij3+WRh3PfRCahh4eB0ehEqfz2r07I9T vY29WQAZwcg95tnQkeCrgW7UKte05xNabTZYa2bjwetJfS5J+u8ucDSVxs1dwKE5r+L/ Vy/V+CnyL/tfCSLA1JTDX8MAlSxZSGQDyGY4taF8eejdLY9ITrDB7U8dzM4vfFl4DkQL urxPJvNaG9UgWv/HBJ3SIbtlIm5vAJEqS8o/pAI9GtwE6FPfFAnQYNtfhUv6QKKxXaZl JPwA== X-Gm-Message-State: APjAAAUlnumePT7M19kUYgJmanUgM/9r1g+QQH5an66Tv4+WqIERBqeg 222DiMNTOkBrVkLh2IfTDG+HkvoE X-Google-Smtp-Source: APXvYqz4Q7rgRE+UCbWrY1+s5TCmSCh4CgVauuKjIu2k5xKVpKLYPIeR+s2Cm2+d110R9k0fpeTdaA== X-Received: by 2002:a1c:4e15:: with SMTP id g21mr4337123wmh.148.1572026927638; Fri, 25 Oct 2019 11:08:47 -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:47 -0700 (PDT) From: Andreas Rheinhardt To: ffmpeg-devel@ffmpeg.org Date: Fri, 25 Oct 2019 20:07:39 +0200 Message-Id: <20191025180746.13725-7-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 07/14] avformat/concatdec: 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" 50ed6e3c added several asserts and the relevant header to concatdec.c; 14e09244 removed these asserts, but forgot to remove the header. Signed-off-by: Andreas Rheinhardt --- libavformat/concatdec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/concatdec.c b/libavformat/concatdec.c index b80294efbf..3d5f149e69 100644 --- a/libavformat/concatdec.c +++ b/libavformat/concatdec.c @@ -18,7 +18,6 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "libavutil/avassert.h" #include "libavutil/avstring.h" #include "libavutil/bprint.h" #include "libavutil/intreadwrite.h"