Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dwma.h74 int use_variable_block_len; member
H A Dwmaenc.c87 s->use_variable_block_len = flags2 & 0x0004; in encode_init()
205 if (s->use_variable_block_len) { in encode_block()
H A Dwmadec.c96 s->use_variable_block_len = flags2 & 0x0004; in wma_decode_init()
99 if (AV_RL16(extradata+4)==0xd && s->use_variable_block_len){ in wma_decode_init()
100 av_log(avctx, AV_LOG_WARNING, "Disabling use_variable_block_len, if this fails contact the ffmpeg developers and send us the file\n"); in wma_decode_init()
101 s->use_variable_block_len= 0; // this fixes issue1503 in wma_decode_init()
458 if (s->use_variable_block_len) { in wma_decode_block()
H A Dwma.c107 if (s->use_variable_block_len) { in ff_wma_init()

Completed in 4 milliseconds