(API Change) Rename filtered_audio structure

Reanmed filtered_audio to obs_audio_data, to improve the naming and
prefix with obs_ for the sake with consistency with the rest of the API
This commit is contained in:
jp9000
2014-08-02 08:32:53 -07:00
parent 4d1272e6e2
commit 45eec06891
4 changed files with 7 additions and 7 deletions

View File

@@ -152,7 +152,7 @@ struct obs_video_info {
* Sent to source filters via the filter_audio callback to allow filtering of
* audio data
*/
struct filtered_audio {
struct obs_audio_data {
uint8_t *data[MAX_AV_PLANES];
uint32_t frames;
uint64_t timestamp;