From 5ea8aa2accf4876efe49b045e16c06392e815fb7 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Mon, 22 Aug 2022 11:37:01 +0200 Subject: [PATCH] encoders/handlers/amf: Add missing deprecation notice --- source/encoders/handlers/amf_h264_handler.hpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/encoders/handlers/amf_h264_handler.hpp b/source/encoders/handlers/amf_h264_handler.hpp index 04b5be71..6a963f0b 100644 --- a/source/encoders/handlers/amf_h264_handler.hpp +++ b/source/encoders/handlers/amf_h264_handler.hpp @@ -17,6 +17,10 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ +//--------------------------------------------------------------------------------// +// THIS FEATURE IS DEPRECATED. SUBMITTED PATCHES WILL BE REJECTED. +//--------------------------------------------------------------------------------// + #pragma once #include "common.hpp" #include "handler.hpp"