aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/_ogg_common.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ogg: don't include _flac_common.hMax Kellermann2008-10-311-1/+0
| | | | | | The source _ogg_common.c does not need any symbols from _flac_common.h, but including it leads to compiler errors when libflac isn't available.
* input_stream: no CamelCaseMax Kellermann2008-10-261-2/+2
| | | | Renamed all functions and variables.
* input_stream: removed the InputStream typedefMax Kellermann2008-10-261-1/+1
| | | | Everybody should use struct input_stream.
* renamed src/inputPlugins/ to src/decoder/Max Kellermann2008-10-261-0/+49
These plugins are not input plugins, they are decoder plugins. No CamelCase in the directory name.