FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros
va_copy.h File Reference
#include <stdarg.h>

Go to the source code of this file.

Macros

#define va_copy(dst, src)   __va_copy(dst, src)
 

Macro Definition Documentation

#define va_copy (   dst,
  src 
)    __va_copy(dst, src)

Definition at line 31 of file va_copy.h.

Referenced by av_vbprintf(), avpriv_vsnprintf(), and log_callback_report().