Home
last modified time | relevance | path

Searched refs:AV_EF_BUFFER (Results 1 - 5 of 5) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Doptions_table.h75 {"buffer", "detect improper bitstream length", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_BUFFER }, INT_MIN, INT_MAX, D, "err_detect"},
/third_party/ffmpeg/libavcodec/
H A Davcodec.h1354 #define AV_EF_BUFFER (1<<2) ///< detect improper bitstream length macro
H A Dh263dec.c400 (s->avctx->err_recognition & (AV_EF_BUFFER|AV_EF_AGGRESSIVE))) in decode_slice()
H A Dmpegaudiodec_template.c883 if (bits_left < 0 && (s->err_recognition & (AV_EF_BUFFER|AV_EF_COMPLIANT))) { in huffman_decode()
886 } else if (bits_left > 0 && (s->err_recognition & (AV_EF_BUFFER|AV_EF_AGGRESSIVE))) { in huffman_decode()
H A Doptions_table.h137 {"buffer", "detect improper bitstream length", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_BUFFER }, INT_MIN, INT_MAX, A|V|S|D|E, "err_detect"},

Completed in 10 milliseconds