Searched refs:allow_dtx (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | libvo-amrwbenc.c | 41 int allow_dtx; member 45 { "dtx", "Allow DTX (generate comfort noise)", offsetof(AMRWBContext, allow_dtx), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_ENCODING_PARAM }, 129 size = E_IF_encode(s->state, s->mode, samples, avpkt->data, s->allow_dtx); in amr_wb_encode_frame()
|
Completed in 1 milliseconds