Home
last modified time | relevance | path

Searched refs:FF_BUG_MS (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmpeg4videoenc.c978 if (s->workaround_bugs & FF_BUG_MS) { in mpeg4_encode_vol_header()
996 if (s->workaround_bugs & FF_BUG_MS) { in mpeg4_encode_vol_header()
1070 if (!(s->workaround_bugs & FF_BUG_MS)) in ff_mpeg4_encode_picture_header()
1311 if (!(s->workaround_bugs & FF_BUG_MS)) in encode_init()
H A Davcodec.h1284 #define FF_BUG_MS 8192 ///< Work around various bugs in Microsoft's broken decoders. macro
H A Doptions_table.h124 {"ms", "work around various bugs in Microsoft's broken decoders", 0, AV_OPT_TYPE_CONST, {.i64 = FF_BUG_MS }, INT_MIN, INT_MAX, V|D, "bug"},

Completed in 7 milliseconds