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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dlibilbc.c42 typedef struct ILBCDecContext { struct
46 } ILBCDecContext; typedef in typeref:struct:ILBCDecContext
49 { "enhance", "Enhance the decoded audio (adds delay)", offsetof(ILBCDecContext, enhance), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, AV_OPT_FLAG_AUDIO_PARAM | AV_OPT_FLAG_DECODING_PARAM },
62 ILBCDecContext *s = avctx->priv_data;
85 ILBCDecContext *s = avctx->priv_data;
111 .priv_data_size = sizeof(ILBCDecContext),

Completed in 97 milliseconds