FFmpeg
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
options_table.h File Reference
#include <float.h>
#include <limits.h>
#include "libavutil/opt.h"
#include "avcodec.h"
#include "version.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 AV_CODEC_DEFAULT_BITRATE   200*1000
 

Variables

static const AVOption avcodec_options []
 

Macro Definition Documentation

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

Definition at line 32 of file options_table.h.

#define DEFAULT   0

Definition at line 33 of file options_table.h.

Referenced by show_stream().

#define V   AV_OPT_FLAG_VIDEO_PARAM
#define A   AV_OPT_FLAG_AUDIO_PARAM

Definition at line 36 of file options_table.h.

Definition at line 37 of file options_table.h.

Definition at line 38 of file options_table.h.

Referenced by config_props(), evolve(), idct(), init_convert_timestamp(), and loopfilter_sb().

#define AV_CODEC_DEFAULT_BITRATE   200*1000

Definition at line 41 of file options_table.h.

Variable Documentation

const AVOption avcodec_options[]
static

Definition at line 43 of file options_table.h.