summaryrefslogtreecommitdiffstats
path: root/audio/aconverter.h
Commit message (Collapse)AuthorAgeFilesLines
* audio: add global options for resampler defaultswm42018-01-131-1/+3
| | | | | | | | This is part of trying to get rid of --af-defaults, and the af resample filter. It requires a complicated mechanism to set the defaults on the resample filter for backwards compatibility.
* audio: move libswresample wrapper out of audio filter codewm42017-09-211-0/+39
Move it from af_lavrresample.c to a new aconverter.c file, which is independent from the filter chain code. It also doesn't use mp_audio, and thus has no GPL dependencies. Preparation for later commits. Not particularly well tested, so have fun.