CheckAudioFormat: migrate from class Error to C++ exceptions
This commit is contained in:
@@ -39,9 +39,6 @@ class FlacPcmImport {
|
||||
AudioFormat audio_format;
|
||||
|
||||
public:
|
||||
/**
|
||||
* @return false on error
|
||||
*/
|
||||
bool Open(unsigned sample_rate, unsigned bits_per_sample,
|
||||
unsigned channels, Error &error);
|
||||
|
||||
|
Reference in New Issue
Block a user