From patchwork Fri Oct 25 18:07:34 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Rheinhardt X-Patchwork-Id: 15957 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 C008D447C60 for ; Fri, 25 Oct 2019 21:08:50 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id A0C2A68B473; Fri, 25 Oct 2019 21:08:50 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-wm1-f65.google.com (mail-wm1-f65.google.com [209.85.128.65]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 186E868B3E5 for ; Fri, 25 Oct 2019 21:08:44 +0300 (EEST) Received: by mail-wm1-f65.google.com with SMTP id v3so4817031wmh.1 for ; Fri, 25 Oct 2019 11:08:44 -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=dT2tgwHA/EG+e7T66wEpvwlNXshVV1o0Yv+PcwRn9tY=; b=qkm8fRRX1LLxjNklyRIwWcxqJ02MAMvISoZuvZIlvFMqhzQS1x3CKROtxLjG12jwlV yCDi9osgxe31IOiLvTdQ86FFboXd/YYf+NYXg8Dgbrvi4za9XcEi9mhnNmFlXWSQA4sv mMZTLK3dBGAKLDrve+MoSnjcye4KdEKKcmxfHa0ebpqZshHM1jsN8BotTy7tQ/uVia86 d+b/3Y1lhwbGhoHU68GNv0d9o3xLfd17YblTPYkM/eE1chvIj6wbj/qUiU0c43qU719u vyDHfDzbtRy9DeCVTzqFUBf3obU49/W+HxieZCv+JhpDLeCMqM/WyG9PrOs1z5WlgbSM y65g== 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=dT2tgwHA/EG+e7T66wEpvwlNXshVV1o0Yv+PcwRn9tY=; b=mmvcaX8pognsIyM3BsslLf84bIIghnUIJObn6stAe4TRjMmGPgSFtPjhG52F83hnEW KWuRHMcgLmCkFcIivB6dRXZShFpwSTYVTEVk0Cxtum2k4mqdxHyl/DmlQkM9XMn7VTCl xEA8V2uqP+A+yfqwSVSmtPEI2eZHe1AmR+ObtPYhI0aGYc0TJFSP0Fi1ioJFGRKDw9fi DFyoJ89m74tyq31/HO6aGU7/Vw0H5rd9LBLsipTlhNG5iuTYdO1tZnhusjMdi0HynibQ FbF+l04vAryMb8e+KT9zrVOgnCEl3jDVFqFnvc83Nt3aZ0hRgNfSoHGr8+dZxcd1f7wY qhuQ== X-Gm-Message-State: APjAAAVCrbCvaJAkb2YKkD7pFR/Z/LhqSybpUMXTVrhLg4q5SdjXEVV4 SpLOfyzxMgq37fMj+OzjTkZDWJSu X-Google-Smtp-Source: APXvYqxDAGbiOImIVY7HzSb9mGb7IK0DR1tYDmBigELA2QB+VQpQrR8RnIAEZOID/bkC8i6CqVamQQ== X-Received: by 2002:a7b:c4d3:: with SMTP id g19mr4317758wmk.24.1572026923496; Fri, 25 Oct 2019 11:08:43 -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.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 25 Oct 2019 11:08:43 -0700 (PDT) From: Andreas Rheinhardt To: ffmpeg-devel@ffmpeg.org Date: Fri, 25 Oct 2019 20:07:34 +0200 Message-Id: <20191025180746.13725-2-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 02/14] avformat/assdec: Remove unnecessary 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" libavcodec/internal.h has been included since 36e61e24/67286fa9 for avpriv_bprint_to_extradata(). The latter function has been replaced by ff_bprint_to_codecpar_extradata() in 6f69f7a8, making the header superfluous. Signed-off-by: Andreas Rheinhardt --- libavformat/assdec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/assdec.c b/libavformat/assdec.c index f66b296673..2e7d100a5b 100644 --- a/libavformat/assdec.c +++ b/libavformat/assdec.c @@ -25,7 +25,6 @@ #include "avformat.h" #include "internal.h" #include "subtitles.h" -#include "libavcodec/internal.h" #include "libavutil/bprint.h" typedef struct ASSContext {