aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pcm_dither.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* test: add GLib testing compatibility headerMax Kellermann2011-10-191-0/+1
| | | | Didn't compile on GLib < 2.16.
* pcm_dither: pass an "end" pointer instead of a sample countMax Kellermann2011-10-101-2/+2
| | | | | This is easier and more efficient to loop on, because only two variables get modified (src and dest).
* test: add unit test for the PCM libraryMax Kellermann2011-10-101-0/+79