From patchwork Mon Jan 24 17:00:07 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anton Khirnov X-Patchwork-Id: 33803 Delivered-To: ffmpegpatchwork2@gmail.com Received: by 2002:a6b:e71a:0:0:0:0:0 with SMTP id b26csp495884ioh; Mon, 24 Jan 2022 09:01:49 -0800 (PST) X-Google-Smtp-Source: ABdhPJxpweb9Xp0nKBle523UsN/AhOAGcc7Vr1kQBBZ8/TljgYE2P7A/hS9irwzinTx9ow4l3oMA X-Received: by 2002:a50:cf86:: with SMTP id h6mr17146747edk.82.1643043709298; Mon, 24 Jan 2022 09:01:49 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1643043709; cv=none; d=google.com; s=arc-20160816; b=jKbmbV4kVNa38lvRK6zYaj5xCEKy/A/gh/eYeLl355tjCTW2mQDqGzhIaCCsQAJRbd N+H8JxNXkEq1fsbl5RCOjsoIn7m0kOaEKQD6NCrlvVUFJ5OOzenP24IeSgShIlO4aCLS aUzjpYhEUieeCHjo7rgIA2AIrlD4nzHjC3E1Yq+N85bgV1BpP02X4UVA391Vc6XW57zD 7JHp6hnUK3DO47cAJbwTKcdjL+iuq7f6fO1ArOgUFZM/sTQEXn6DSpbBZOMgYX/xo9Un di+tSq8QXGicXUdIwmUKrKsfWDu+XBZodHZDpzuMx+K4naNaURImambwcgHLOqb8kp4E 9rcw== 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=/o/rcftAlVF0n7nmFIEXszM9a+8BNJFnH+OyK999KeA=; b=ImYfVsT7Pk9detif5EKzQ6toQ8rHI5vlh2P/MDRQb3MrcWPJ9Afiz/oB0zT60TVl2O 2UWQ4gtGKzYOtqoZpqvtRPMChaji9wuvYRQmbAJ/AR/pJPrF7U1RTBs0MmZZETDqgBvz hp/TnnE1H/+aD6J46UJt9McXE7auAhlAnR19GIzPlV6wt29L5UHdQETnOnJ0DZXtgzdF H22/3PtyaFoZknuWk29BkJPIFQvqNWlTaL04q7GLbnu/XWzDl/wKLLuiOFQRzi/5kfpT NDRLGB/E12NlvZrG7QuJ7P+WI7Aw5MV/CBo8UVm+ErIuKQIoQv/5jkZ9FOYW8Nn7eZ/P ASAw== 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 js12si538701ejc.118.2022.01.24.09.01.48; Mon, 24 Jan 2022 09:01:49 -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 CB70968AE9D; Mon, 24 Jan 2022 19:00:44 +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 3F54768B115 for ; Mon, 24 Jan 2022 19:00:36 +0200 (EET) Received: from localhost (localhost [IPv6:::1]) by mail0.khirnov.net (Postfix) with ESMTP id D27CF240511 for ; Mon, 24 Jan 2022 18:00:33 +0100 (CET) Received: from mail0.khirnov.net ([IPv6:::1]) by localhost (mail0.khirnov.net [IPv6:::1]) (amavisd-new, port 10024) with ESMTP id 7YB7cEn4ClhL 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 15149240507 for ; Mon, 24 Jan 2022 18:00:30 +0100 (CET) Received: by libav.khirnov.net (Postfix, from userid 1000) id A379D3A06C7; Mon, 24 Jan 2022 18:00:26 +0100 (CET) From: Anton Khirnov To: ffmpeg-devel@ffmpeg.org Date: Mon, 24 Jan 2022 18:00:07 +0100 Message-Id: <20220124170014.17189-6-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 06/13] lavc/h264_parser: add missing headers 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: wGwOBT+6IHB4 --- libavcodec/h264_parser.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavcodec/h264_parser.c b/libavcodec/h264_parser.c index 816b04845e..b221459c1b 100644 --- a/libavcodec/h264_parser.c +++ b/libavcodec/h264_parser.c @@ -40,8 +40,11 @@ #include "get_bits.h" #include "golomb.h" #include "h264.h" +#include "h264dsp.h" +#include "h264_parse.h" #include "h264_sei.h" #include "h264_ps.h" +#include "h2645_parse.h" #include "h264data.h" #include "internal.h" #include "mpegutils.h"