pcm/Export: add (dummy) method Cancel()

We'll have some code for it soon.
This commit is contained in:
Max Kellermann
2017-01-11 15:41:28 +01:00
parent 533cb99c33
commit 78a73eac53
3 changed files with 12 additions and 0 deletions

View File

@@ -149,6 +149,12 @@ struct PcmExport {
void Open(SampleFormat sample_format, unsigned channels,
Params params);
/**
* Reset the filter's state, e.g. drop/flush buffers.
*/
void Reset() {
}
/**
* Calculate the size of one output frame.
*/