Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | output: renamed typedef AudioOutput to struct audio_output | Max Kellermann | 2008-09-07 | 1 | -12/+12 |
| | | | | | Also rename AudioOutputPlugin to struct audio_output_plugin, and use forward declarations to reduce include dependencies. | ||||
* | output: added output_api.h | Max Kellermann | 2008-09-07 | 1 | -0/+91 |
Just like decoder_api.h, output_api.h provides the audio output API which is used by the plugins. |