Searched refs:AV_EF_BUFFER (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | options_table.h | 81 {"buffer", "detect improper bitstream length", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_BUFFER }, INT_MI…
|
/third_party/ffmpeg/libavcodec/ |
D | h263dec.c | 394 (s->avctx->err_recognition & (AV_EF_BUFFER|AV_EF_AGGRESSIVE))) in decode_slice()
|
D | avcodec.h | 1655 #define AV_EF_BUFFER (1<<2) ///< detect improper bitstream length macro
|
D | mpegaudiodec_template.c | 881 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()
|
D | options_table.h | 146 {"buffer", "detect improper bitstream length", 0, AV_OPT_TYPE_CONST, {.i64 = AV_EF_BUFFER }, INT_MI…
|