From patchwork Mon Jan 24 17:00:09 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anton Khirnov X-Patchwork-Id: 33804 Delivered-To: ffmpegpatchwork2@gmail.com Received: by 2002:a6b:e71a:0:0:0:0:0 with SMTP id b26csp496075ioh; Mon, 24 Jan 2022 09:02:00 -0800 (PST) X-Google-Smtp-Source: ABdhPJxm0j5cwKg/GgYRA/khuBTO9zBJsWp2YhSMMBC2SxU+sLBd/TxDiVlvZ3/0kLPTrgoEgroH X-Received: by 2002:a05:6402:3496:: with SMTP id v22mr16947988edc.347.1643043720636; Mon, 24 Jan 2022 09:02:00 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1643043720; cv=none; d=google.com; s=arc-20160816; b=m2FhC36CEvD/2NVSZPsPLT7zRuyfb39LuqCS0yKvME1/jxyU6qEXgrFS26xN2DkhQa bqm1Vkyy9IfqaaeSbBP2TM2AqpIqCEbsWbzSbnh6V1jfJf32K8P73OkTWw8nvxl2Tak2 CU8CflNI1JEZQj4fuFNCl7EFsN9ietZA7WqH1thWVp3EY1EdfRz3Phh0fokRkjFVJx4G /z2AQaCqi74ohBCxzzFKGFiHe5PkoGcF3M8kJ5GoWIzCtoiBLg426NZXLcxI6hQFcD13 WJdGeARfKNyCTeufL1zcHCCCm4kzsipW/BUkN4Lz+6bQZmJFC1pQdV9x0cEQMuvH/zW/ eddQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=sender:errors-to:content-transfer-encoding:reply-to:list-subscribe :list-help:list-post:list-archive:list-unsubscribe:list-id :precedence:subject:mime-version:references:in-reply-to:message-id :date:to:from:delivered-to; bh=PSfucXLQFW0+KJm/rQ76Eq5gPHTbWT+IVDSXeKwaU9Q=; b=WGfVdBEVkiDr3k/3f30FeiigfAXxaQL9kYJ/o16rWeGRqkHk75hdEXFcL7b4pRgihX 6mE2ktHAV5zhAgzahwnO/BLAJcBrf3dRRgAa3SNioTBIWlnVZUEUb2DBWdt2/U6OrPo9 3oMr4uiZrEr4/lDswhdsibjahLa6NUCLyZ4bB53Ci/pc/vUW/ozwk6zm0JryQspfoNfm BYbYtsuunRsDnw67hh6esnaj/AJbbyWnbvzCulWebbVPNkdkAd4kw/Pl28F89zdqKZzg AagH1TkAh2fajFu4HDDvUvBeoLRYikuIhOj9d6D/KvXwf/xNAGegp8Qx/hrY2qGlW3PG 3P/w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org. [79.124.17.100]) by mx.google.com with ESMTP id i11si5712633edb.485.2022.01.24.09.02.00; Mon, 24 Jan 2022 09:02:00 -0800 (PST) Received-SPF: pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) client-ip=79.124.17.100; Authentication-Results: mx.google.com; spf=pass (google.com: domain of ffmpeg-devel-bounces@ffmpeg.org designates 79.124.17.100 as permitted sender) smtp.mailfrom=ffmpeg-devel-bounces@ffmpeg.org Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 843BB68B175; Mon, 24 Jan 2022 19:00:45 +0200 (EET) X-Original-To: ffmpeg-devel@ffmpeg.org Delivered-To: ffmpeg-devel@ffmpeg.org Received: from mail0.khirnov.net (red.khirnov.net [176.97.15.12]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id B69C268B115 for ; Mon, 24 Jan 2022 19:00:36 +0200 (EET) Received: from localhost (localhost [IPv6:::1]) by mail0.khirnov.net (Postfix) with ESMTP id 491D3240507 for ; Mon, 24 Jan 2022 18:00:34 +0100 (CET) Received: from mail0.khirnov.net ([IPv6:::1]) by localhost (mail0.khirnov.net [IPv6:::1]) (amavisd-new, port 10024) with ESMTP id dSb6Z8OwoGpR for ; Mon, 24 Jan 2022 18:00:33 +0100 (CET) Received: from libav.khirnov.net (libav.khirnov.net [IPv6:2a00:c500:561:201::7]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256 client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "libav.khirnov.net", Issuer "smtp.khirnov.net SMTP CA" (verified OK)) by mail0.khirnov.net (Postfix) with ESMTPS id 18211240512 for ; Mon, 24 Jan 2022 18:00:30 +0100 (CET) Received: by libav.khirnov.net (Postfix, from userid 1000) id AA5A33A06EC; Mon, 24 Jan 2022 18:00:26 +0100 (CET) From: Anton Khirnov To: ffmpeg-devel@ffmpeg.org Date: Mon, 24 Jan 2022 18:00:09 +0100 Message-Id: <20220124170014.17189-8-anton@khirnov.net> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20220124170014.17189-1-anton@khirnov.net> References: <20220124170014.17189-1-anton@khirnov.net> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 08/13] lavc/h264data.h: stop including h264dec.h X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 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 Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" X-TUID: yhgQ9igzZP/9 This header does not need anything from there. --- libavcodec/h264data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/h264data.h b/libavcodec/h264data.h index 2968b08b7e..988352aa9a 100644 --- a/libavcodec/h264data.h +++ b/libavcodec/h264data.h @@ -21,7 +21,7 @@ #include -#include "h264dec.h" +#include "h264.h" extern const uint8_t ff_h264_golomb_to_pict_type[5]; extern const uint8_t ff_h264_golomb_to_intra4x4_cbp[48];