FFmpeg
Loading...
Searching...
No Matches
error.c File Reference
#include "libavutil/error.c"

Go to the source code of this file.

Macros

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

Functions

int main (void)
 

Variables

static const char *const tag_list []
 

Macro Definition Documentation

◆ ERROR_TAG

#define ERROR_TAG ( CODE,
DESC )
Value:
#CODE,

◆ ERROR_TAG2

#define ERROR_TAG2 ( CODE,
CODE2,
DESC )
Value:
#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.