aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/audiofile_decoder_plugin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* decoder/audiofile: fix compiler warnings with libaudiofile 0.3.3Jonathan Neuschäfer2012-03-191-4/+4
| | | | This might break older versions, I didn't test.
* decoder/audiofile: include stdio header for SEEK_* definesTim Harder2011-09-171-0/+1
| | | | The stdio header is no longer pulled in by af_vfs.h in audiofile-0.3.0.
* general: whitespace cleanupThomas Jansen2011-02-091-1/+1
| | | | | Remove trailing whitespace found by this command: find -name '*.[ch]' | xargs grep "[[:space:]]$"
* renamed decoder plugin sourcesMax Kellermann2010-01-041-0/+256
Make it X_decoder_plugin.c.