FFmpeg
Macros | Functions | Variables
error.c File Reference
#include "libavutil/error.c"

Go to the source code of this file.

Macros

#define ERROR_TAG(CODE, DESC)   #CODE,
 
#define ERROR_TAG2(CODE, CODE2, DESC)   #CODE,
 

Functions

int main (void)
 

Variables

static const char *const tag_list []
 

Macro Definition Documentation

◆ ERROR_TAG

#define ERROR_TAG (   CODE,
  DESC 
)    #CODE,

◆ ERROR_TAG2

#define ERROR_TAG2 (   CODE,
  CODE2,
  DESC 
)    #CODE,

Function Documentation

◆ main()

int main ( void  )

Definition at line 30 of file error.c.

Variable Documentation

◆ tag_list

const char* const tag_list[]
static
Initial value:
= {
#define ERROR_TAG(CODE, DESC)
#define ERROR_TAG2(CODE, CODE2, DESC)
}

Definition at line 21 of file error.c.

Referenced by main().