avfilter/avfilter: Remove FF_API_CONTEXT_PUBLIC

Deprecated on 2024-10-07.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt
2026-03-08 19:52:03 +01:00
parent 509c1f99a7
commit 7116138857
2 changed files with 0 additions and 29 deletions

View File

@@ -37,7 +37,6 @@
#include <stddef.h>
#include "libavutil/attributes.h"
#include "libavutil/avutil.h"
#include "libavutil/buffer.h"
#include "libavutil/dict.h"
@@ -315,26 +314,7 @@ typedef struct AVFilterContext {
*/
int nb_threads;
#if FF_API_CONTEXT_PUBLIC
/**
* @deprecated unused
*/
attribute_deprecated
struct AVFilterCommand *command_queue;
#endif
char *enable_str; ///< enable expression string
#if FF_API_CONTEXT_PUBLIC
/**
* @deprecated unused
*/
attribute_deprecated
void *enable;
/**
* @deprecated unused
*/
double *var_values;
#endif
/**
* MUST NOT be accessed from outside avfilter.
*
@@ -355,14 +335,6 @@ typedef struct AVFilterContext {
*/
AVBufferRef *hw_device_ctx;
#if FF_API_CONTEXT_PUBLIC
/**
* @deprecated this field should never have been accessed by callers
*/
attribute_deprecated
unsigned ready;
#endif
/**
* Sets the number of extra hardware frames which the filter will
* allocate on its output links for use in following filters or by

View File

@@ -35,7 +35,6 @@
* the public API and may change, break or disappear at any time.
*/
#define FF_API_CONTEXT_PUBLIC (LIBAVFILTER_VERSION_MAJOR < 12)
#define FF_API_LIBNPP_SUPPORT (LIBAVFILTER_VERSION_MAJOR < 12)
#endif /* AVFILTER_VERSION_MAJOR_H */