Searched refs:FF_BUG_AUTODETECT (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | h263dec.c | 330 (s->workaround_bugs & FF_BUG_AUTODETECT) && in decode_slice() 338 (s->workaround_bugs & FF_BUG_AUTODETECT) && in decode_slice() 362 (s->workaround_bugs & FF_BUG_AUTODETECT) && in decode_slice() 373 (s->workaround_bugs & FF_BUG_AUTODETECT) && in decode_slice() 380 if (s->workaround_bugs & FF_BUG_AUTODETECT) { in decode_slice()
|
H A D | avcodec.h | 1272 #define FF_BUG_AUTODETECT 1 ///< autodetection macro
|
H A D | options_table.h | 111 {"bug", "work around not autodetected encoder bugs", OFFSET(workaround_bugs), AV_OPT_TYPE_FLAGS, {.i64 = FF_BUG_AUTODETECT }, INT_MIN, INT_MAX, V|D, "bug"}, 112 {"autodetect", NULL, 0, AV_OPT_TYPE_CONST, {.i64 = FF_BUG_AUTODETECT }, INT_MIN, INT_MAX, V|D, "bug"},
|
H A D | mpeg4videodec.c | 2830 if (s->workaround_bugs & FF_BUG_AUTODETECT) { in ff_mpeg4_workaround_bugs()
|
Completed in 13 milliseconds