FFmpeg
|
#include <float.h>
#include <limits.h>
#include <stdint.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 | CC AV_OPT_FLAG_CHILD_CONSTS |
#define | AV_CODEC_DEFAULT_BITRATE 200*1000 |
Variables | |
static const AVOption | avcodec_options [] |
#define OFFSET | ( | x | ) | offsetof(AVCodecContext,x) |
Definition at line 33 of file options_table.h.
#define DEFAULT 0 |
Definition at line 34 of file options_table.h.
#define V AV_OPT_FLAG_VIDEO_PARAM |
Definition at line 36 of file options_table.h.
#define A AV_OPT_FLAG_AUDIO_PARAM |
Definition at line 37 of file options_table.h.
#define S AV_OPT_FLAG_SUBTITLE_PARAM |
Definition at line 38 of file options_table.h.
#define E AV_OPT_FLAG_ENCODING_PARAM |
Definition at line 39 of file options_table.h.
#define D AV_OPT_FLAG_DECODING_PARAM |
Definition at line 40 of file options_table.h.
#define CC AV_OPT_FLAG_CHILD_CONSTS |
Definition at line 41 of file options_table.h.
#define AV_CODEC_DEFAULT_BITRATE 200*1000 |
Definition at line 43 of file options_table.h.
|
static |
Definition at line 45 of file options_table.h.