Home
last modified time | relevance | path

Searched refs:FF_BUG_DC_CLIP (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpeg4video.h267 else if (!(s->workaround_bugs & FF_BUG_DC_CLIP)) in ff_mpeg4_pred_dc()
Davcodec.h1584 #define FF_BUG_DC_CLIP 4096 macro
Doptions_table.h132 {"dc_clip", NULL, 0, AV_OPT_TYPE_CONST, {.i64 = FF_BUG_DC_CLIP }, INT_MIN, INT_MAX, V|D, "bug"},
Dmpeg4videodec.c2776 s->workaround_bugs |= FF_BUG_DC_CLIP; in ff_mpeg4_workaround_bugs()
2793 s->workaround_bugs |= FF_BUG_DC_CLIP; in ff_mpeg4_workaround_bugs()