Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | shout: moved code to audioOutput_shout_ogg.c | Max Kellermann | 2008-09-12 | 1 | -0/+190 |
Begin dividing audioOutput_shout.c: move everything OGG Vorbis related to audioOutput_shout_ogg.c. The header audioOutput_shout.h has to keep its dependency on vorbis/vorbisenc.h, because it needs the vorbis encoder types. For this patch, we have to export several internal functions with generic names to the ABI; these will be removed later when the encoder plugin patches are merged. |