From patchwork Fri Oct 25 18:07:36 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Rheinhardt X-Patchwork-Id: 15959 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 73823447C60 for ; Fri, 25 Oct 2019 21:08:53 +0300 (EEST) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 5A54768B4B2; Fri, 25 Oct 2019 21:08:53 +0300 (EEST) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail-wr1-f48.google.com (mail-wr1-f48.google.com [209.85.221.48]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id D108468B47F for ; Fri, 25 Oct 2019 21:08:45 +0300 (EEST) Received: by mail-wr1-f48.google.com with SMTP id s1so3402061wro.0 for ; Fri, 25 Oct 2019 11:08:45 -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=hk144NyFgy702FWWU+MHsdODMOpzoxDVcbfTV5/yFXI=; b=kUpiV9RTSHc/QdtHMzadsHbpAtxonfhEHP5HAhbD/DUdYwJTM4oNCCmjSMUycJ+y7H bahZi7LtTdC5uj8FdOo93OKpLU34WT+Cae4BFb+uWDydGKkivDlejpHU7H1vQhEuhHqJ U9ZW9YMOuyeYnVz3IScZLBopeMDiSLJ8bNRfPjDVDnE+KLu1ThJIsVkAvZrv+YR7oYkF ntRoWaqJyJSgkaMc72FF55BGlttyqu+ox1yj0Dtf69dxVxLiQhHIlc4bklpJ86l3L3iQ uITNxLi4Kz1/CuK7zjm4d14jiI2XPw0caebyt12YPV9k+NAvUcMbn0vV6+eTxctHVhyV 2McQ== 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=hk144NyFgy702FWWU+MHsdODMOpzoxDVcbfTV5/yFXI=; b=NfooQBhfb4DVIf5hEVKMHutie80ZGr1NZyzT3GuqCRWIgvqVLRU60yub7JS6N3dIPE fS8hCEb4OMYcqJI6jzJ6JXfAijdvxhYqdFcwkwq44sCgyU/B0m5uDf4UE6LDlBqr9ARJ ZD5QVX1Ml4Qsz0+xpzjeBPfpQEHDKsv1d54KoGX7tpVDPnZtiVXamI8cY3JPXDORoFBL /GVQyUbLUCYvSPwKaKwwLaJe+xkZshWgJCxmdu43ShXM2hEM+V/QklrZcPh7D1ybeCjN 6roZu4AZBfTGzCXvKsgJyBt2uCAM2GVzI09GygUfK5zvOMQ3qtxXeYUU+ZEIzVIvVgFH rmEg== X-Gm-Message-State: APjAAAXqtViso7s68V4k0pd7MzUgigihoCpAHWH8uk0TF5mKeyjVPKCP QGcDn75GiMMpSs/01pRBJnKgUpNG X-Google-Smtp-Source: APXvYqzbvQzbHuEn611XPgGTTgvICu2/7FjnVY7NLJ0caoFVk63m/rOq0JHo1Xlj+IqB91EQBjqWfg== X-Received: by 2002:a05:6000:1051:: with SMTP id c17mr4111644wrx.124.1572026925193; Fri, 25 Oct 2019 11:08:45 -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.44 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 25 Oct 2019 11:08:44 -0700 (PDT) From: Andreas Rheinhardt To: ffmpeg-devel@ffmpeg.org Date: Fri, 25 Oct 2019 20:07:36 +0200 Message-Id: <20191025180746.13725-4-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 04/14] avformat/avidec: 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" bswap.h was included since 7b114c09, yet since 3788a3c0 no explicit use of anything from bswap.h has been made, so remove this header. (Only AV_RL32 is used and while this might imply swapping on big-endian systems, it is contained in libavutil/intreadwrite.h.) Signed-off-by: Andreas Rheinhardt --- (I of course know that intreadwrite includes bswap.) libavformat/avidec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/avidec.c b/libavformat/avidec.c index 1ca26968fa..5cf67a4771 100644 --- a/libavformat/avidec.c +++ b/libavformat/avidec.c @@ -23,7 +23,6 @@ #include "libavutil/avassert.h" #include "libavutil/avstring.h" -#include "libavutil/bswap.h" #include "libavutil/opt.h" #include "libavutil/dict.h" #include "libavutil/internal.h"