Searched refs:FF_COMPLIANCE_STRICT (Results 1 - 10 of 10) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | options_table.h | 91 {"strict", "strictly conform to all the things in the spec no matter what the consequences", 0, AV_OPT_TYPE_CONST, {.i64 = FF_COMPLIANCE_STRICT }, INT_MIN, INT_MAX, D|E, "strict"},
|
H A D | dashenc.c | 1498 int level = s->strict_std_compliance >= FF_COMPLIANCE_STRICT ? in dash_init() 1501 if (s->strict_std_compliance >= FF_COMPLIANCE_STRICT) in dash_init()
|
H A D | mov.c | 5685 if (c->fc->strict_std_compliance >= FF_COMPLIANCE_STRICT) { 5726 c->fc->strict_std_compliance >= FF_COMPLIANCE_STRICT) { 8063 c->fc->strict_std_compliance < FF_COMPLIANCE_STRICT) { 8435 s->strict_std_compliance < FF_COMPLIANCE_STRICT)
|
/third_party/ffmpeg/libavcodec/ |
H A D | avcodec.h | 1302 #define FF_COMPLIANCE_STRICT 1 ///< Strictly conform to all the things in the spec no matter what consequences. macro
|
H A D | h264_ps.c | 590 (sps->ref_frame_count || avctx->strict_std_compliance >= FF_COMPLIANCE_STRICT)) { in ff_h264_decode_seq_parameter_set()
|
H A D | vc2enc.c | 1088 if (avctx->strict_std_compliance < FF_COMPLIANCE_STRICT) { in vc2_encode_init()
|
H A D | aacdec_template.c | 656 if (channel_config == 7 && avctx->strict_std_compliance < FF_COMPLIANCE_STRICT) { in set_default_channel_config() 662 " according to the specification instead.\n", FF_COMPLIANCE_STRICT); in set_default_channel_config()
|
H A D | options_table.h | 129 {"strict", "strictly conform to all the things in the spec no matter what the consequences", 0, AV_OPT_TYPE_CONST, {.i64 = FF_COMPLIANCE_STRICT }, INT_MIN, INT_MAX, A|V|D|E, "strict"},
|
H A D | jpeg2000dec.c | 2205 if (s->avctx->strict_std_compliance >= FF_COMPLIANCE_STRICT) { in jpeg2000_read_main_headers()
|
H A D | h264_slice.c | 1448 h->avctx->strict_std_compliance >= FF_COMPLIANCE_STRICT) { in h264_select_output_frame()
|
Completed in 35 milliseconds