FFmpeg
Macros | Variables
options_table.h File Reference
#include "config_components.h"
#include <float.h>
#include <limits.h>
#include <stdint.h>
#include "libavutil/opt.h"
#include "avcodec.h"
#include "version_major.h"

Go to the source code of this file.

Macros

#define OFFSET(x)   offsetof(AVCodecContext,x)
 
#define DEFAULT   0
 
#define V   AV_OPT_FLAG_VIDEO_PARAM
 
#define A   AV_OPT_FLAG_AUDIO_PARAM
 
#define S   AV_OPT_FLAG_SUBTITLE_PARAM
 
#define E   AV_OPT_FLAG_ENCODING_PARAM
 
#define D   AV_OPT_FLAG_DECODING_PARAM
 
#define CC   AV_OPT_FLAG_CHILD_CONSTS
 
#define AR   AV_OPT_TYPE_FLAG_ARRAY
 
#define AV_CODEC_DEFAULT_BITRATE   200*1000
 

Variables

static const AVOption avcodec_options []
 

Macro Definition Documentation

◆ OFFSET

#define OFFSET (   x)    offsetof(AVCodecContext,x)

Definition at line 35 of file options_table.h.

◆ DEFAULT

#define DEFAULT   0

Definition at line 36 of file options_table.h.

◆ V

#define V   AV_OPT_FLAG_VIDEO_PARAM

Definition at line 38 of file options_table.h.

◆ A

#define A   AV_OPT_FLAG_AUDIO_PARAM

Definition at line 39 of file options_table.h.

◆ S

Definition at line 40 of file options_table.h.

◆ E

Definition at line 41 of file options_table.h.

◆ D

Definition at line 42 of file options_table.h.

◆ CC

#define CC   AV_OPT_FLAG_CHILD_CONSTS

Definition at line 43 of file options_table.h.

◆ AR

#define AR   AV_OPT_TYPE_FLAG_ARRAY

Definition at line 45 of file options_table.h.

◆ AV_CODEC_DEFAULT_BITRATE

#define AV_CODEC_DEFAULT_BITRATE   200*1000

Definition at line 47 of file options_table.h.

Variable Documentation

◆ avcodec_options

const AVOption avcodec_options[]
static

Definition at line 49 of file options_table.h.