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