PCMAudioDemuxerContext   37 libavformat/pcmdec.c     PCMAudioDemuxerContext *s1 = s->priv_data;
PCMAudioDemuxerContext  102 libavformat/pcmdec.c     { "sample_rate", "", offsetof(PCMAudioDemuxerContext, sample_rate), AV_OPT_TYPE_INT, {.i64 = 44100}, 0, INT_MAX, AV_OPT_FLAG_DECODING_PARAM },
PCMAudioDemuxerContext  103 libavformat/pcmdec.c     { "channels",    "", offsetof(PCMAudioDemuxerContext, channels),    AV_OPT_TYPE_INT, {.i64 = 1}, 0, INT_MAX, AV_OPT_FLAG_DECODING_PARAM },
PCMAudioDemuxerContext  117 libavformat/pcmdec.c     .priv_data_size = sizeof(PCMAudioDemuxerContext),       \
PCMAudioDemuxerContext  192 libavformat/pcmdec.c     { "sample_rate", "", offsetof(PCMAudioDemuxerContext, sample_rate), AV_OPT_TYPE_INT, {.i64 = 8000}, 0, INT_MAX, AV_OPT_FLAG_DECODING_PARAM },
PCMAudioDemuxerContext  193 libavformat/pcmdec.c     { "channels",    "", offsetof(PCMAudioDemuxerContext, channels),    AV_OPT_TYPE_INT, {.i64 = 1}, 0, INT_MAX, AV_OPT_FLAG_DECODING_PARAM },
PCMAudioDemuxerContext  207 libavformat/pcmdec.c     .priv_data_size = sizeof(PCMAudioDemuxerContext),