FFmpeg
Loading...
Searching...
No Matches
options_table.h File Reference
#include <limits.h>
#include "libavutil/opt.h"
#include "avformat.h"
#include "internal.h"

Go to the source code of this file.

Macros

#define OFFSET(x)
 
#define DEFAULT   0
 
#define E   AV_OPT_FLAG_ENCODING_PARAM
 
#define D   AV_OPT_FLAG_DECODING_PARAM
 

Variables

static const AVOption avformat_options []
 

Macro Definition Documentation

◆ OFFSET

#define OFFSET ( x)
Value:
offsetof(AVFormatContext,x)
Format I/O context.
Definition avformat.h:1333

Definition at line 30 of file options_table.h.

◆ DEFAULT

#define DEFAULT   0

Definition at line 31 of file options_table.h.

◆ E

Definition at line 33 of file options_table.h.

◆ D

Definition at line 34 of file options_table.h.

Variable Documentation

◆ avformat_options

const AVOption avformat_options[]
static

Definition at line 36 of file options_table.h.