Home
last modified time | relevance | path

Searched refs:FF_COMPLIANCE_STRICT (Results 1 - 10 of 10) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Doptions_table.h91 {"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 Ddashenc.c1498 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 Dmov.c5685 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 Davcodec.h1302 #define FF_COMPLIANCE_STRICT 1 ///< Strictly conform to all the things in the spec no matter what consequences. macro
H A Dh264_ps.c590 (sps->ref_frame_count || avctx->strict_std_compliance >= FF_COMPLIANCE_STRICT)) { in ff_h264_decode_seq_parameter_set()
H A Dvc2enc.c1088 if (avctx->strict_std_compliance < FF_COMPLIANCE_STRICT) { in vc2_encode_init()
H A Daacdec_template.c656 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 Doptions_table.h129 {"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 Djpeg2000dec.c2205 if (s->avctx->strict_std_compliance >= FF_COMPLIANCE_STRICT) { in jpeg2000_read_main_headers()
H A Dh264_slice.c1448 h->avctx->strict_std_compliance >= FF_COMPLIANCE_STRICT) { in h264_select_output_frame()

Completed in 35 milliseconds