Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Doptions_table.h81 {"buffer", "detect improper bitstream length", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_BUFFER }, INT_MI…
/third_party/ffmpeg/libavcodec/
Dh263dec.c394 (s->avctx->err_recognition & (AV_EF_BUFFER|AV_EF_AGGRESSIVE))) in decode_slice()
Davcodec.h1655 #define AV_EF_BUFFER (1<<2) ///< detect improper bitstream length macro
Dmpegaudiodec_template.c881 if (bits_left < 0 && (s->err_recognition & (AV_EF_BUFFER|AV_EF_COMPLIANT))) { in huffman_decode()
884 } else if (bits_left > 0 && (s->err_recognition & (AV_EF_BUFFER|AV_EF_AGGRESSIVE))) { in huffman_decode()
Doptions_table.h146 {"buffer", "detect improper bitstream length", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_BUFFER }, INT_MI…