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 15C7548D2F for ; Thu, 25 Jan 2024 13:45:25 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id B6D7F68D125; Thu, 25 Jan 2024 15:44:46 +0200 (EET) Received: from mail-pj1-f43.google.com (mail-pj1-f43.google.com [209.85.216.43]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 47BB468D0EB for ; Thu, 25 Jan 2024 15:44:38 +0200 (EET) Received: by mail-pj1-f43.google.com with SMTP id 98e67ed59e1d1-290b37bb7deso3190458a91.0 for ; Thu, 25 Jan 2024 05:44:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1706190276; x=1706795076; darn=ffmpeg.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=/ZexWyObt5v/0pyhshjCak503qJMH9JZwXptbuI4cSM=; b=HqDtapwbL9WnOg2BM13lJB9K9LkA9t6F5KQb6TCrDKLCYraCewyWTV0ePvxSdqTMkz r0461wzrUPgdKWbZxhyfBLXbnSwMwBs8xnmq6DzQGMQiXXMYcass/CnS54Y+1MauKkCc k9MjxaZ089L24DRdi/SGht8EHppqonRyGiLT65K40dDJaDsui9H2OxaImFQ04l0HugQs ALJ+LCvpK3xXPPnQyI4squlDBVXyC7yOK20ZWcRqhxh6dlhvhLh7qaK3vAcmfS/3qdc2 PDNSjvCG1/zFa/qNt2j7wxIguo2T6XJdqh33B/xXkSIXBtLmwXIaF1qieCqhxE2ajgZO bi+g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1706190276; x=1706795076; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=/ZexWyObt5v/0pyhshjCak503qJMH9JZwXptbuI4cSM=; b=HtTWzA4Bp3NDyl42zX0nDNxmCAlYmHd6Jf9iT7U92frbXT0CXIWtTT8Wa00Vn9bMKz D9PlY5SKB9Dsjieo6WbNr74vfp374NJGBSnRFhwqgPMQHyVu6/W7tm09CetjBTfUV8jE oniCYRAZ3pWmiE17DxpGcuFweNn/OEMgvO93dy5Fmo6R7iaYUqm+niesAhS8p6ws4gWJ 5Kxm27Wnyj5/2bo5dVSl0eb9M+PlXGFFIHiks27CIBPOEhC+KDxw832LEB15vJEECrQw JrJnlIzxQiX+UxPbMO97XOITMHD1SkN3V24CoSrUS9PnhDty8fQyMILt+yEtW65wOmqS mO5Q== X-Gm-Message-State: AOJu0YzVrqLgUZLzeL2EH9vf3BRzRLOEJJ+k2NW+XLiQSkF98O0ypoiz FniTPr4U0/z+3VWjJIkCMdbsJJMAiiJL1gSXEA7KwfdTr1MmubwWXX9Eym6u X-Google-Smtp-Source: AGHT+IF/cH6E7ov8WpqpOxnB2NttBK5gNBZYSEJbqGzv8L77b7zVEwSmmu4SRW4cKvyvlGXcWpbLhg== X-Received: by 2002:a17:90a:498c:b0:291:3ba:178f with SMTP id d12-20020a17090a498c00b0029103ba178fmr832450pjh.20.1706190275970; Thu, 25 Jan 2024 05:44:35 -0800 (PST) Received: from localhost.localdomain (host197.190-225-105.telecom.net.ar. [190.225.105.197]) by smtp.gmail.com with ESMTPSA id k17-20020a170902f29100b001d707a14316sm11785146plc.75.2024.01.25.05.44.34 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 25 Jan 2024 05:44:35 -0800 (PST) From: James Almer To: ffmpeg-devel@ffmpeg.org Date: Thu, 25 Jan 2024 10:43:27 -0300 Message-ID: <20240125134425.374-5-jamrial@gmail.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20240125134425.374-1-jamrial@gmail.com> References: <20240125134425.374-1-jamrial@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH 04/24] avcodec: remove deprecated FF_API_VT_OUTPUT_CALLBACK 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: Signed-off-by: James Almer --- libavcodec/version_major.h | 1 - libavcodec/videotoolbox.h | 9 --------- 2 files changed, 10 deletions(-) diff --git a/libavcodec/version_major.h b/libavcodec/version_major.h index 199a1a2714..b364ba68f1 100644 --- a/libavcodec/version_major.h +++ b/libavcodec/version_major.h @@ -38,7 +38,6 @@ */ #define FF_API_INIT_PACKET (LIBAVCODEC_VERSION_MAJOR < 61) -#define FF_API_VT_OUTPUT_CALLBACK (LIBAVCODEC_VERSION_MAJOR < 61) #define FF_API_AVCODEC_CHROMA_POS (LIBAVCODEC_VERSION_MAJOR < 61) #define FF_API_VT_HWACCEL_CONTEXT (LIBAVCODEC_VERSION_MAJOR < 61) #define FF_API_AVCTX_FRAME_NUMBER (LIBAVCODEC_VERSION_MAJOR < 61) diff --git a/libavcodec/videotoolbox.h b/libavcodec/videotoolbox.h index ba5eddbf46..11b5315f7d 100644 --- a/libavcodec/videotoolbox.h +++ b/libavcodec/videotoolbox.h @@ -60,15 +60,6 @@ typedef struct AVVideotoolboxContext { */ VTDecompressionSessionRef session; -#if FF_API_VT_OUTPUT_CALLBACK - /** - * The output callback that must be passed to the session. - * Set by av_videottoolbox_default_init() - */ - attribute_deprecated - VTDecompressionOutputCallback output_callback; -#endif - /** * CVPixelBuffer Format Type that Videotoolbox will use for decoded frames. * set by the caller. If this is set to 0, then no specific format is -- 2.43.0 _______________________________________________ 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".