decoder/sndfile, ...: update API documentation

This commit is contained in:
Max Kellermann
2015-01-31 22:17:15 +01:00
parent e2e66404d5
commit eb1733609a
9 changed files with 13 additions and 13 deletions

View File

@@ -53,7 +53,7 @@ struct DecoderPlugin {
void (*finish)(void);
/**
* Decode a stream (data read from an #input_stream object).
* Decode a stream (data read from an #InputStream object).
*
* Either implement this method or file_decode(). If
* possible, it is recommended to implement this method,