Home
last modified time | relevance | path

Searched refs:FF_BUG_NO_PADDING (Results 1 - 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dh263dec.c383 s->workaround_bugs |= FF_BUG_NO_PADDING; in decode_slice()
385 s->workaround_bugs &= ~FF_BUG_NO_PADDING; in decode_slice()
389 if (s->msmpeg4_version || (s->workaround_bugs & FF_BUG_NO_PADDING)) { // FIXME perhaps solve this more cleanly in decode_slice()
399 if ((s->workaround_bugs & FF_BUG_NO_PADDING) && in decode_slice()
402 else if ((s->workaround_bugs & FF_BUG_NO_PADDING)) in decode_slice()
H A Davcodec.h1275 #define FF_BUG_NO_PADDING 16 macro
H A Doptions_table.h115 {"no_padding", "padding bug (autodetected)", 0, AV_OPT_TYPE_CONST, {.i64 = FF_BUG_NO_PADDING }, INT_MIN, INT_MAX, V|D, "bug"},
H A Dmpeg4videodec.c203 if (s->workaround_bugs & FF_BUG_NO_PADDING && !ctx->resync_marker) in mpeg4_is_resync()

Completed in 11 milliseconds