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 116D941314 for ; Sat, 24 Sep 2022 12:21:18 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 104F568B9EF; Sat, 24 Sep 2022 15:21:10 +0300 (EEST) Received: from mail-ed1-f43.google.com (mail-ed1-f43.google.com [209.85.208.43]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id D3AE668B9C5 for ; Sat, 24 Sep 2022 15:21:03 +0300 (EEST) Received: by mail-ed1-f43.google.com with SMTP id m3so3339035eda.12 for ; Sat, 24 Sep 2022 05:21:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date; bh=M2NiXVu+D8JAqnFClWNT8odr76hSr7qSzcA766ObV+E=; b=fd+ROVC31iQR6DjD7sqdEdQwqEGmCSLyhA0vbE11I63RnP8OKJ4Wm7uI9A+2M2tHoz md9TNi5fqdsVl8HsejQen2GSP8X2lPDAu8nAsHAQP0lLAr8m24h87Kg++mdgteeqgyWI mj9dZ13rWMXTOW5DwXuixYKL+umaN5qkKWGUQz9/DjzGkTkdYnjiDb2L+4wdWH3nvIT3 1yH0LeintlyPUkkNALK8o54QnFjJ06ukkP/ZNAhIfW+ztj4jjQt57+0Mp1pbKvQT8R1F 5vqkM8vLAdxhp21UcJxH2c2STPnRPOJpJp1AYoF3EhkkB7iuzwNSxENJsdtmWM6O3p+X KGBA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date; bh=M2NiXVu+D8JAqnFClWNT8odr76hSr7qSzcA766ObV+E=; b=5AtleqjRuBy/8PLcZ1wotTNp0Y2RP3S3AUX3dBHTRNl7FyFoDOVjKqhyI+STyla8sC Bkn0LpAtG7KngCpSZ0EZMliM5DAMiJN+md4FIiWJqfZKH54VvM1Z3JO82MAsAaCnmebj xGw2IxkVej8TZMaq7T73r2VYx+EDKpZvSaLjNz0CBlVGIFFYIYQEnYAgCzpJQNudeDmA c/7Y6bxDoXY4dQzSEIh1U+e0Th6uo9bpQLBiwWJs1zZCbVHxDdmwhSZwRqWcWFKm2dXi pEJwApiedmdGbgYOhHFkYHSBDwL1hxttoLtx1vL/e8HSMMDiEyJTW+eT8unRvVfDc7Lr klvg== X-Gm-Message-State: ACrzQf1q27tgKD+PGH4yvjsB/VieUTgQhTsalpQq4UgwqhBsht7pWxRB 8H9l96owGE/SD6VI/ekB+YUGDUYrHbR63w== X-Google-Smtp-Source: AMsMyM5RnCaAeFTCBv32B0XQdjT60CmCg1Wn7FY/PvQErpz3RpVG5jGAS+REcfIe7/5zZrGxUYYnJQ== X-Received: by 2002:a05:6402:1655:b0:44e:b208:746d with SMTP id s21-20020a056402165500b0044eb208746dmr13381744edx.229.1664022063306; Sat, 24 Sep 2022 05:21:03 -0700 (PDT) Received: from MBP-von-Marvin.citadel.scalie.me (84-112-104-25.cable.dynamic.surfer.at. [84.112.104.25]) by smtp.gmail.com with ESMTPSA id co12-20020a0564020c0c00b0043d1eff72b3sm7443786edb.74.2022.09.24.05.21.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 24 Sep 2022 05:21:02 -0700 (PDT) From: Marvin Scholz To: ffmpeg-devel@ffmpeg.org Date: Sat, 24 Sep 2022 14:20:47 +0200 Message-Id: <20220924122047.59246-2-epirat07@gmail.com> X-Mailer: git-send-email 2.37.0 (Apple Git-136) In-Reply-To: <20220924122047.59246-1-epirat07@gmail.com> References: <20220924115757.36272-1-epirat07@gmail.com> <20220924122047.59246-1-epirat07@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v2 2/2] fftools: Remove unused videotoolbox_init declaration 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 Cc: Marvin Scholz 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: The code that defined videotoolbox_init was removed in 4b54818981d2783af161c2ff670b658afbdda503 --- fftools/ffmpeg.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h index db7413adcd..701a211544 100644 --- a/fftools/ffmpeg.h +++ b/fftools/ffmpeg.h @@ -712,8 +712,6 @@ int ifilter_parameters_from_frame(InputFilter *ifilter, const AVFrame *frame); int ffmpeg_parse_options(int argc, char **argv); -int videotoolbox_init(AVCodecContext *s); - HWDevice *hw_device_get_by_name(const char *name); int hw_device_init_from_string(const char *arg, HWDevice **dev); void hw_device_free_all(void); -- 2.37.0 (Apple Git-136) _______________________________________________ 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".