encoders/handlers/amf: Add missing deprecation notice

This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2022-08-22 11:37:01 +02:00
parent c150a1b0d7
commit 5ea8aa2acc
1 changed files with 4 additions and 0 deletions

View File

@ -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"