From patchwork Mon May 31 10:05:07 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anton Khirnov X-Patchwork-Id: 28017 Delivered-To: ffmpegpatchwork2@gmail.com Received: by 2002:a6b:b214:0:0:0:0:0 with SMTP id b20csp2733137iof; Mon, 31 May 2021 03:05:19 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzGenN+Ox4aKyM7V0zyBZL9sdCnHHHix8FazO0XiA/O//WGsF+6eEXXGmuYqHaaEiRtP433 X-Received: by 2002:a05:6402:10c9:: with SMTP id p9mr24528178edu.370.1622455519068; Mon, 31 May 2021 03:05:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1622455519; cv=none; d=google.com; s=arc-20160816; b=JIFRu5d7j/NKSc5hfIDNb7gnOpvcfVMO8JZFMEwq870zQgGur05rSml2pr4gwRP283 bQJOrtmPwAIf2JJkhN6rzTHhWJnnA6x/Z4dphePmtGJVD6/H9LladTfPDXfZ5uXl6A1R bPqe0LHgawS3dhRvaHyW06kkJNHBb+kGUQPelItTMJIet1fgGvPe2p6lvNloixNZ+Qtc LOW/3GhO2kJzHcScKkOga4yqZKyp72Ve9PZRKGXxHg2bxyTX28EwgAIIZfaYphyE88d7 fDhWG278r5njdiqWiwwi/pxFSwkmglISpmPUL0xisIMq5Y/n9dpeXa8xsE98TAJE3sPo xSiw== 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=Gy7VCSksZ+PJcHCdMaomDXlbcTkHOhNGOIH0wIhYO4s=; b=NVAKbrdjzwCQqccfUfwassx46srVdR3CUp2mp7e0XbPBHu5j5CriqGNfFN1+bhurV7 UY3tj+Q+49ev6geNMvnxrvoYadhR8/ZpFvEdnkRaTh2ASK+rlB52n9lHFXOrLqiCHz6s EBGyZIOYZI6JjezwgNkrxM4J663duZ3xcDJS5JSrtT0YSWMBp8+EArwaROsjdbbRTS5e 8XtwzmIOq8+RiP4mLijWiIGoNPhGWOWqROXe6ZVTWNdSouL9NxCbYYwf/0XrdOzPrwxv /rtaD+ym/VQks+GIJz1qNVullueXAIyH7o1D3Sq/+PEtE7+0j8o5mYtHfnbhTMujZA/A sizA== 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 q11si10851061edd.19.2021.05.31.03.05.18; Mon, 31 May 2021 03:05:19 -0700 (PDT) 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 BA2B26882D8; Mon, 31 May 2021 13:05:16 +0300 (EEST) 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 B70DC6803C7 for ; Mon, 31 May 2021 13:05:09 +0300 (EEST) Received: from localhost (localhost [IPv6:::1]) by mail0.khirnov.net (Postfix) with ESMTP id 68EEE240476 for ; Mon, 31 May 2021 12:05:09 +0200 (CEST) Received: from mail0.khirnov.net ([IPv6:::1]) by localhost (mail0.khirnov.net [IPv6:::1]) (amavisd-new, port 10024) with ESMTP id gu4c_Q-hnJv9 for ; Mon, 31 May 2021 12:05:09 +0200 (CEST) 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 F313D24042A for ; Mon, 31 May 2021 12:05:08 +0200 (CEST) Received: by libav.khirnov.net (Postfix, from userid 1000) id ECC493A125B; Mon, 31 May 2021 12:05:08 +0200 (CEST) From: Anton Khirnov To: ffmpeg-devel@ffmpeg.org Date: Mon, 31 May 2021 12:05:07 +0200 Message-Id: <20210531100507.27604-1-anton@khirnov.net> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210521180056.17496-1-anton@khirnov.net> References: <20210521180056.17496-1-anton@khirnov.net> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH] lavc/hevc_sei: include buffer.h explicitly 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: a7hMLwQiD20E Do not rely on including it indirectly through get_bits.h->avcodec.h --- Needed before 12/25, somehow missed it. --- libavcodec/hevc_sei.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/hevc_sei.h b/libavcodec/hevc_sei.h index c67dbceb6c..4b6bfddeb9 100644 --- a/libavcodec/hevc_sei.h +++ b/libavcodec/hevc_sei.h @@ -23,6 +23,8 @@ #include +#include "libavutil/buffer.h" + #include "get_bits.h" #include "sei.h"