Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added inline function audio_format_time_to_size() | Max Kellermann | 2008-08-26 | 1 | -0/+5 |
| | | | | | Make the code more readable by hiding big formulas in an inline function with a nice name. | ||||
* | moved struct AudioFormat to audio_format.h | Max Kellermann | 2008-08-26 | 1 | -0/+35 |
We want to expose the AudioFormat structure to plugins; remove some clutter by moving its declaration to a separate header file. |