Searched refs:FF_COMPLIANCE_VERY_STRICT (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | options_table.h | 96 … the spec or reference software", 0, AV_OPT_TYPE_CONST, {.i64 = FF_COMPLIANCE_VERY_STRICT }, INT_M…
|
/third_party/ffmpeg/libavcodec/ |
D | mpeg4videoenc.c | 1066 … if (s->strict_std_compliance < FF_COMPLIANCE_VERY_STRICT) // HACK, the reference sw is buggy in ff_mpeg4_encode_picture_header() 1068 …if (s->strict_std_compliance < FF_COMPLIANCE_VERY_STRICT || picture_number == 0) // HACK, the ref… in ff_mpeg4_encode_picture_header()
|
D | avcodec.h | 1602 #define FF_COMPLIANCE_VERY_STRICT 2 ///< Strictly conform to an older more strict version of the … macro
|
D | options_table.h | 137 … the spec or reference software", 0, AV_OPT_TYPE_CONST, {.i64 = FF_COMPLIANCE_VERY_STRICT }, INT_M…
|