Defines

libavutil/attributes.h File Reference

Macro definitions for various function/variable attributes. More...

Go to the source code of this file.

Defines

#define AV_GCC_VERSION_AT_LEAST(x, y)   0
#define av_always_inline   inline
#define av_noinline
#define av_pure
#define av_const
#define av_cold
#define av_flatten
#define attribute_deprecated
#define av_unused
#define av_uninit(x)   x
#define av_builtin_constant_p(x)   0

Detailed Description

Macro definitions for various function/variable attributes.

Definition in file attributes.h.


Define Documentation

Definition at line 87 of file attributes.h.

#define av_always_inline   inline

Definition at line 39 of file attributes.h.

#define av_builtin_constant_p (   x  )     0

Definition at line 110 of file attributes.h.

Referenced by cmp().

#define av_cold

Definition at line 71 of file attributes.h.

#define av_const

Definition at line 63 of file attributes.h.

#define av_flatten

Definition at line 79 of file attributes.h.

#define AV_GCC_VERSION_AT_LEAST (   x,
  y 
)    0

Definition at line 32 of file attributes.h.

#define av_noinline

Definition at line 47 of file attributes.h.

#define av_pure

Definition at line 55 of file attributes.h.

#define av_uninit (   x  )     x
#define av_unused