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 8FABC4405B for ; Sat, 24 Sep 2022 12:21:10 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id CF7CB68B973; Sat, 24 Sep 2022 15:21:07 +0300 (EEST) Received: from mail-ed1-f44.google.com (mail-ed1-f44.google.com [209.85.208.44]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id E344668B8C8 for ; Sat, 24 Sep 2022 15:21:01 +0300 (EEST) Received: by mail-ed1-f44.google.com with SMTP id y8so3350140edc.10 for ; Sat, 24 Sep 2022 05:21:01 -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=BidK5bkUe9iot1dRL2ZJAi2X6shcGw03mFRsG7BVSCE=; b=DJLiMLK95uL1F4DuUwbb5yUWemFNDlazfjOV+v0ESAef6d9Lk9vYYAb0qcOXfvfUqu PTpWBDSg35j1C0BFAy4E62v1CXiMFaNoSiPOi84p8VjuCAyZNFIBp/HKd2gyAKrBtPXa hVx47huj0mYaIjMkJeFj3YwfPUxdRqMofS8sScj04KKZ01T/gbKOusdZE6HzaL3mhN51 Wgo20Kh7DTxIxdRpk20HnB3EM15p9N9zjs69yiOtSTn1QU00bRvwekWIqnDy3F2fG+ST CrU8jfyVAFd/ar5UrLQ104DmD4mbarwDVdGISLskX7veNnxApaK+sy+AYYjZKIGn4wDi X5+Q== 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=BidK5bkUe9iot1dRL2ZJAi2X6shcGw03mFRsG7BVSCE=; b=J0wyTYak/LwOcnmyfSm2yj4Fm4bZ+f2sSYQbeSXZTpWWjJzGBNUA60kgnqRjGYpfIn Ny7kvtkVD1Q4IddPIMr645crTWqiu+3PgwC3y7rqgKIzxIgcKM7kkkku5Vog2aKVa12s TerCHaIJFHRrMBiq0QzuHNdcfnBaIBsW9b9ZLjDPZfr6QEKGU4wtSn3tNLTpvX8hlShN OLlzu5Og5brkWvYRtSaL901DRekJRD4LhB9NCWVNBHFk+jnwRMQCNo9QiuoF8cCe4/zz 81tFeuXPmVe6q+ECzHOo7oOE5nBS4OGitOG5UYqBGmQ6ejqLio+jRv6Z1yeO9pXeEZ3r AeEw== X-Gm-Message-State: ACrzQf11kKPaIcvxJbayfA7RXfOxD6nR7Pi9Mbpq6L97eIahtgivvAzp OaICKVbf4dU+CDkJctuHvGpFCaFCA6Tn+w== X-Google-Smtp-Source: AMsMyM5SHX5xXATa//c2Ut8K4ZqeZUZRD+CA+JQPTs4xe8Rb76TSOhzCgVWVfEe8bKdfTBLRDKcV8Q== X-Received: by 2002:a50:fe8c:0:b0:454:31ad:b99a with SMTP id d12-20020a50fe8c000000b0045431adb99amr13019001edt.165.1664022061257; Sat, 24 Sep 2022 05:21:01 -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.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 24 Sep 2022 05:21:00 -0700 (PDT) From: Marvin Scholz To: ffmpeg-devel@ffmpeg.org Date: Sat, 24 Sep 2022 14:20:46 +0200 Message-Id: <20220924122047.59246-1-epirat07@gmail.com> X-Mailer: git-send-email 2.37.0 (Apple Git-136) In-Reply-To: <20220924115757.36272-1-epirat07@gmail.com> References: <20220924115757.36272-1-epirat07@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v2 1/2] fftools: Remove unused qsv declarations 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 uses these was removed in ecee3b07cde23e05bcc6b4eaa55d860b62dbd2dc --- fftools/ffmpeg.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h index ede0b2bd96..db7413adcd 100644 --- a/fftools/ffmpeg.h +++ b/fftools/ffmpeg.h @@ -686,9 +686,6 @@ extern int auto_conversion_filters; extern const AVIOInterruptCB int_cb; extern const OptionDef options[]; -#if CONFIG_QSV -extern char *qsv_device; -#endif extern HWDevice *filter_hw_device; extern unsigned nb_output_dumped; @@ -716,7 +713,6 @@ int ifilter_parameters_from_frame(InputFilter *ifilter, const AVFrame *frame); int ffmpeg_parse_options(int argc, char **argv); int videotoolbox_init(AVCodecContext *s); -int qsv_init(AVCodecContext *s); HWDevice *hw_device_get_by_name(const char *name); int hw_device_init_from_string(const char *arg, HWDevice **dev); -- 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".