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 | 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.
Referenced by show_stream().
#define V AV_OPT_FLAG_VIDEO_PARAM |
Definition at line 36 of file options_table.h.
Referenced by aura_decode_frame(), config_input(), config_props(), decode_frame(), dxtory_decode_v1_410(), dxtory_decode_v1_420(), dxtory_decode_v1_444(), dxtory_decode_v2_410(), dxtory_decode_v2_420(), dxtory_decode_v2_444(), ff_rgb24toyv12_c(), fill_rgb2yuv_table(), filter_frame(), for(), geq_init(), init(), jpg_decode_data(), pred8x16_plane(), pred8x8_plane(), rv34_mc(), tm2_decode_blocks(), tm2_hi_res_block(), tm2_low_res_block(), tm2_med_res_block(), tm2_motion_block(), tm2_null_res_block(), tm2_still_block(), tm2_update_block(), vp6_adjust(), xan_decode_chroma(), yuv2422_1_c_template(), yuv2422_2_c_template(), yuv2422_X_c_template(), yuv2gbrp_full_X_c(), yuv2rgb48_1_c_template(), yuv2rgb48_2_c_template(), yuv2rgb48_X_c_template(), yuv2rgb_1_c_template(), yuv2rgb_2_c_template(), yuv2rgb_full_1_c_template(), yuv2rgb_full_2_c_template(), yuv2rgb_full_X_c_template(), yuv2rgb_X_c_template(), yuv2rgba64_1_c_template(), yuv2rgba64_2_c_template(), and yuv2rgba64_X_c_template().
#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.
Referenced by celt_stereo_merge(), config_props(), evolve(), idct(), init_convert_timestamp(), and loopfilter_sb().
#define D AV_OPT_FLAG_DECODING_PARAM |
Definition at line 40 of file options_table.h.
Referenced by avg_no_rnd_vc1_chroma_mc4_c(), avg_no_rnd_vc1_chroma_mc8_c(), decode_haar_block(), gmc1_c(), horizX1Filter(), idct(), put_no_rnd_vc1_chroma_mc4_c(), and put_no_rnd_vc1_chroma_mc8_c().
#define AV_CODEC_DEFAULT_BITRATE 200*1000 |
Definition at line 42 of file options_table.h.
|
static |
Definition at line 44 of file options_table.h.