From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 64EA44060E for ; Wed, 22 Dec 2021 00:14:14 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 29B9468AF4F; Wed, 22 Dec 2021 02:14:12 +0200 (EET) Received: from mail-pg1-f180.google.com (mail-pg1-f180.google.com [209.85.215.180]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id EFE7C68AE3E for ; Wed, 22 Dec 2021 02:14:05 +0200 (EET) Received: by mail-pg1-f180.google.com with SMTP id 200so491788pgg.3 for ; Tue, 21 Dec 2021 16:14:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rcombs.me; s=google; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=0bwKKfuDVf7mo1s2m+kBt1oOiiU4zry6KDXY14Bkzh8=; b=QYbM68845iU2g6upkYW1WH0PR5xFKD7Dr6YvzpxSmYEAmOtK8CY8BTVTtZpikZde4l IEaoeoV9y3WzPTuKlq/0U6IBO7ay23lWjUPI3egPZxSKWHpCXT3QXYv26bv7yktzhMZ2 yv2OaR/2JGNa9Ca4N/xAUTIoOguvuS4s5ggZQUJWROjzQ4woVJGDsJ9T0UkteKdfQeDO S3IXsK0lZr0rFsHj4pVVS3j4Ql3/EWPll+4V3B+hJe8gB4ZV05qVx0B3FEkcHgbMEZXH vcpcgnMsYwcoKK9AmpvTFuLAHYsSKpHOPua9wIeBH9vUHjVb5YCZ6xfJg4eaIf/GK3Zj zbIA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=0bwKKfuDVf7mo1s2m+kBt1oOiiU4zry6KDXY14Bkzh8=; b=IsxGOr4ttkfz/8t/xu/x2Irm7NPMI5ES/AWUCDKCih/psqVF4RQBNeTbEQ73bvPBwp DDkzSR+jFffuAXtR55A3og+TpOZlLZPQU1CvRAcUFRplzzqGz9NgEgdJv+kut0e6I1qI 3LlU1rZ5YB5aERxH2g05ZgjDGY95+RW/QDKk33mSfg9fvKw9dEoR4Tzr4/T7u9kDrcRT lmgjlhWbgynOI0ihiEwBgKec3iM0D65xjWpJ16iwKWJB8KEtjDGB3L5zbEkShxq9fVJa LG3hw97Wod2r3J9ZK/Efu6b5U8CZjabiPZFaguxhjv9qYWyBkGlcGYybgCPMYcZUvK1u 8bPA== X-Gm-Message-State: AOAM533RirkcA4kLrG7gymYBNkAGhWrfM5106umSOHRZyppTNhhnARwq oAgLMjEHuy/SjL1ZzHCu+pnifLdmnnKV534= X-Google-Smtp-Source: ABdhPJzOZ9t70SNrGEFgDxz6+zAN641rqxd3KHdtWkvG2eLrdgBZ5H2zDlhltXvWsxi84eFRdyrXHQ== X-Received: by 2002:a05:6e02:20ee:: with SMTP id q14mr303925ilv.44.1640131654164; Tue, 21 Dec 2021 16:07:34 -0800 (PST) Received: from rcombs-mbp.localdomain ([2601:243:2000:5ac:d068:8cb9:95e2:de39]) by smtp.gmail.com with ESMTPSA id a1sm238240ilj.35.2021.12.21.16.07.33 for (version=TLS1_3 cipher=TLS_CHACHA20_POLY1305_SHA256 bits=256/256); Tue, 21 Dec 2021 16:07:33 -0800 (PST) From: rcombs To: ffmpeg-devel@ffmpeg.org Date: Tue, 21 Dec 2021 18:07:21 -0600 Message-Id: <20211222000725.38266-3-rcombs@rcombs.me> X-Mailer: git-send-email 2.33.1 In-Reply-To: <20211222000725.38266-1-rcombs@rcombs.me> References: <20211222000725.38266-1-rcombs@rcombs.me> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 3/7] lavfi/metal: don't use braced-include for internal 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 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: --- libavfilter/metal/utils.m | 2 +- libavfilter/vf_yadif_videotoolbox.m | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libavfilter/metal/utils.m b/libavfilter/metal/utils.m index 759ebedfba..f831502065 100644 --- a/libavfilter/metal/utils.m +++ b/libavfilter/metal/utils.m @@ -17,7 +17,7 @@ */ #include "libavutil/log.h" -#include +#include "utils.h" void ff_metal_compute_encoder_dispatch(id device, id pipeline, diff --git a/libavfilter/vf_yadif_videotoolbox.m b/libavfilter/vf_yadif_videotoolbox.m index af83a73e89..65f155982e 100644 --- a/libavfilter/vf_yadif_videotoolbox.m +++ b/libavfilter/vf_yadif_videotoolbox.m @@ -20,11 +20,11 @@ */ #include "internal.h" +#include "metal/utils.h" #include "yadif.h" -#include -#include -#include -#include +#include "libavutil/avassert.h" +#include "libavutil/hwcontext.h" +#include "libavutil/objc.h" extern char ff_vf_yadif_videotoolbox_metallib_data[]; extern unsigned int ff_vf_yadif_videotoolbox_metallib_len; -- 2.33.1 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".