ffmpeg.libavutil.attributes

@file Macro definitions for various function/variable attributes

Members

Functions

AV_GCC_VERSION_AT_LEAST
auto AV_GCC_VERSION_AT_LEAST(T0 x, T1 y)
Undocumented in source. Be warned that the author may not have intended to support it.
AV_GCC_VERSION_AT_MOST
auto AV_GCC_VERSION_AT_MOST(T0 x, T1 y)
Undocumented in source. Be warned that the author may not have intended to support it.
AV_NOWARN_DEPRECATED
auto AV_NOWARN_DEPRECATED(T code)

Disable warnings about deprecated features This is useful for sections of code kept for backward compatibility and scheduled for removal.

Meta