Searched refs:AptXDemuxerContext (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
H A D | aptxdec.c | 34 typedef struct AptXDemuxerContext { struct 37 } AptXDemuxerContext; typedef 41 AptXDemuxerContext *s1 = s->priv_data; in aptx_read_header_common() 88 { "sample_rate", "", offsetof(AptXDemuxerContext, sample_rate), AV_OPT_TYPE_INT, {.i64 = 48000}, 0, INT_MAX, AV_OPT_FLAG_DECODING_PARAM }, 104 .priv_data_size = sizeof(AptXDemuxerContext), 117 .priv_data_size = sizeof(AptXDemuxerContext),
|
Completed in 1 milliseconds