this filter doesn't propagate errors; an error in one sound doesn't kill the rest

This commit is contained in:
Glenn Maynard
2006-12-23 06:57:16 +00:00
parent e090c7b115
commit 55e3391b4f
+1
View File
@@ -41,6 +41,7 @@ public:
bool SetProperty( const RString &sProperty, float fValue );
int GetNextSourceFrame() const;
float GetStreamToSourceRatio() const;
RString GetError() const { return ""; }
private:
int GetSampleRateInternal() const;