summaryrefslogtreecommitdiffstats
path: root/audio/aconverter.h
Commit message (Collapse)AuthorAgeFilesLines
* 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.