PCMAudioDemuxerContext   37 libavformat/pcmdec.c     PCMAudioDemuxerContext *s1 = s->priv_data;
PCMAudioDemuxerContext   63 libavformat/pcmdec.c     { "sample_rate", "", offsetof(PCMAudioDemuxerContext, sample_rate), AV_OPT_TYPE_INT, {.i64 = 44100}, 0, INT_MAX, AV_OPT_FLAG_DECODING_PARAM },
PCMAudioDemuxerContext   64 libavformat/pcmdec.c     { "channels",    "", offsetof(PCMAudioDemuxerContext, channels),    AV_OPT_TYPE_INT, {.i64 = 1}, 0, INT_MAX, AV_OPT_FLAG_DECODING_PARAM },
PCMAudioDemuxerContext   78 libavformat/pcmdec.c     .priv_data_size = sizeof(PCMAudioDemuxerContext),       \
PCMAudioDemuxerContext  149 libavformat/pcmdec.c     { "sample_rate", "", offsetof(PCMAudioDemuxerContext, sample_rate), AV_OPT_TYPE_INT, {.i64 = 8000}, 0, INT_MAX, AV_OPT_FLAG_DECODING_PARAM },
PCMAudioDemuxerContext  150 libavformat/pcmdec.c     { "channels",    "", offsetof(PCMAudioDemuxerContext, channels),    AV_OPT_TYPE_INT, {.i64 = 1}, 0, INT_MAX, AV_OPT_FLAG_DECODING_PARAM },
PCMAudioDemuxerContext  164 libavformat/pcmdec.c     .priv_data_size = sizeof(PCMAudioDemuxerContext),