Add encoded data to audio_stream.
This commit is contained in:
parent
7346817669
commit
4daa2123ba
@ -151,6 +151,11 @@ struct audio_stream {
|
|||||||
*/
|
*/
|
||||||
int bps;
|
int bps;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Encoder-specific state data.
|
||||||
|
*/
|
||||||
|
void* data;
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user