summaryrefslogtreecommitdiff
path: root/libavdevice/sndio_dec.c
Commit message (Collapse)AuthorAge
* lavf,lavd: remove all usage of AVFormatParameters from demuxers.Anton Khirnov2011-08-15
| | | | | | AVFormatParameters are converted into corresponding private options in av_open_input_file/stream() compat wrappers, so accessing them from demuxers is redundant.
* lavf: deprecate AVFormatParameters.{channels,sample_rate}.Anton Khirnov2011-05-25
|
* sndio: add channels and sample_rate private options.Anton Khirnov2011-05-25
|
* sndio support for playback and recordBrad2011-03-27
Signed-off-by: Anton Khirnov <anton@khirnov.net>