Max Kellermann
|
78448fe1a5
|
decoder_api: pass constant path pointers
|
2008-10-31 15:56:43 +01:00 |
|
Max Kellermann
|
d65d6548a3
|
oggflac: adapt to new API
Again, I forgot to adapt oggflac to the new API (struct input_stream,
bool return values).
|
2008-10-31 08:52:09 +01:00 |
|
Max Kellermann
|
62d4fa9306
|
decoder: use bool for return values and flags
Don't return 0/-1 on success/error, but true/false. Instead of int,
use bool for storing flags.
|
2008-10-30 08:38:54 +01:00 |
|
Max Kellermann
|
5c19776f2f
|
input_stream: use "bool" instead of "int"
For boolean values and success flags, use bool instead of integer (1/0
for true/false, 0/-1 for success/failure).
|
2008-10-26 20:56:46 +01:00 |
|
Max Kellermann
|
dbc7e9ba2f
|
input_stream: no CamelCase
Renamed all functions and variables.
|
2008-10-26 20:34:47 +01:00 |
|
Max Kellermann
|
e11355f47d
|
renamed src/inputPlugins/ to src/decoder/
These plugins are not input plugins, they are decoder plugins. No
CamelCase in the directory name.
|
2008-10-26 11:29:25 +01:00 |
|