From patchwork Mon May 31 10:19:26 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Anton Khirnov X-Patchwork-Id: 28019 Delivered-To: ffmpegpatchwork2@gmail.com Received: by 2002:a6b:b214:0:0:0:0:0 with SMTP id b20csp2742884iof; Mon, 31 May 2021 03:20:13 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxEYNYiIwhssrm68GCPge339gKtrTypQnUQHkosXJvEg4i1hAzFw2yZAA02xHwaSiuCEfPD X-Received: by 2002:a17:906:988a:: with SMTP id zc10mr9641020ejb.62.1622456413283; Mon, 31 May 2021 03:20:13 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1622456413; cv=none; d=google.com; s=arc-20160816; b=dcTk/BF/G8sUbWqfq1NW6rS++UjZWjXifxFRwHPrzM2G5YJiF4ZnrTKV/5SaaBPhc/ NdnzDDaN2xVcYVTtLOeEyAremB/Cl0K1BakyVUdojtmdlkcFnX/TeM/dCruYRC+vW311 iztPkroLeqwd8UYfKpXIaUiyIKcNMFG330gHRPPVmqx7/QSdTKCaE4iYn0wDJVKCjWDZ DRpY9mc40Oro+N6kDaIj6aBxYmgafXu8UDUFpJD3hddaaa4DyJaqxYCSl2rB9zFASJlX DTIde+QbU8uvxMWEkvAMOoUCt4JhPGseVaEdaG+79tK4hI0xBs1UhnmRQREk9Sq17ZY8 F9kA== 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=ZLgoqajzIeb8P7+jNli9RzA7iCIhE8IfwqIpIG2AH7Y=; b=GcCFwsGEPUQqqtsAFEpCso6wWe7TzkDVvz6i5sHwTiPNqLDrs+59FTzZEMw0BDsYnZ POYPZ/m12BIUPjeARJaeQCPu+P/OXAF2tMg9bXJSYeSnjIOShaf8FIwzNVS9SgV5Mbcs AGUHXOsWwkB375mxHVBs57ZDhllTl5apH5mN9f07WCqwHtwBUgGCjZ92az2w+usI7gp8 poGwK6z70AoZQ8WHVWshp8Tt6ZoXyqG/+OTpMVUWhSbRAuHJkAzIP6VRTSV9t6MzFlKa I+L2mjXTJ+FAQyisiljAQEs75Ij6EvCrecyx0qdsvnUKK9iP8fwLfG2Va3/+pp+OhJLt +itg== 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 jg13si16696995ejc.566.2021.05.31.03.20.12; Mon, 31 May 2021 03:20:13 -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 E65E86891CF; Mon, 31 May 2021 13:20:10 +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 BD20C6882FB for ; Mon, 31 May 2021 13:20:03 +0300 (EEST) Received: from localhost (localhost [IPv6:::1]) by mail0.khirnov.net (Postfix) with ESMTP id 747CF240476 for ; Mon, 31 May 2021 12:20:03 +0200 (CEST) Received: from mail0.khirnov.net ([IPv6:::1]) by localhost (mail0.khirnov.net [IPv6:::1]) (amavisd-new, port 10024) with ESMTP id HiN5VC6Xf7Kh for ; Mon, 31 May 2021 12:20:03 +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 F311124042A for ; Mon, 31 May 2021 12:20:02 +0200 (CEST) Received: by libav.khirnov.net (Postfix, from userid 1000) id E37853A125B; Mon, 31 May 2021 12:20:02 +0200 (CEST) From: Anton Khirnov To: ffmpeg-devel@ffmpeg.org Date: Mon, 31 May 2021 12:19:26 +0200 Message-Id: <20210531101926.5590-1-anton@khirnov.net> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20210523180515.GX4777@pb2> References: <20210523180515.GX4777@pb2> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH] tools/uncoded_frame: include required headers 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: pjhZajc/WfE+ --- tools/uncoded_frame.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/uncoded_frame.c b/tools/uncoded_frame.c index 3f850d344d..f441d3fbdc 100644 --- a/tools/uncoded_frame.c +++ b/tools/uncoded_frame.c @@ -6,6 +6,7 @@ #include "libavfilter/avfilter.h" #include "libavfilter/buffersink.h" #include "libavformat/avformat.h" +#include "libavcodec/codec_id.h" typedef struct { AVFormatContext *mux;