Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
H A Dpcmdec.c33 typedef struct PCMAudioDemuxerContext { struct
40 } PCMAudioDemuxerContext; typedef
44 PCMAudioDemuxerContext *s1 = s->priv_data; in pcm_read_header()
116 { "sample_rate", "", offsetof(PCMAudioDemuxerContext, sample_rate), AV_OPT_TYPE_INT, {.i64 = 44100}, 0, INT_MAX, AV_OPT_FLAG_DECODING_PARAM },
118 { "channels", "", offsetof(PCMAudioDemuxerContext, channels), AV_OPT_TYPE_INT, {.i64 = 1}, 0, INT_MAX, AV_OPT_FLAG_DECODING_PARAM | AV_OPT_FLAG_DEPRECATED },
119 { "ch_layout", "", offsetof(PCMAudioDemuxerContext, ch_layout), AV_OPT_TYPE_CHLAYOUT, {.str = NULL}, 0, 0, AV_OPT_FLAG_DECODING_PARAM },
121 { "ch_layout", "", offsetof(PCMAudioDemuxerContext, ch_layout), AV_OPT_TYPE_CHLAYOUT, {.str = "mono"}, 0, 0, AV_OPT_FLAG_DECODING_PARAM },
137 .priv_data_size = sizeof(PCMAudioDemuxerContext), \
182 { "sample_rate", "", offsetof(PCMAudioDemuxerContext, sample_rate), AV_OPT_TYPE_INT, {.i64 = 8000}, 0, INT_MAX, AV_OPT_FLAG_DECODING_PARAM },
184 { "channels", "", offsetof(PCMAudioDemuxerContext, channel
[all...]

Completed in 1 milliseconds