summaryrefslogtreecommitdiff
path: root/orkbasecxx/filters/g722codec/G722Codec.h
diff options
context:
space:
mode:
Diffstat (limited to 'orkbasecxx/filters/g722codec/G722Codec.h')
-rw-r--r--orkbasecxx/filters/g722codec/G722Codec.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/orkbasecxx/filters/g722codec/G722Codec.h b/orkbasecxx/filters/g722codec/G722Codec.h
index 2b1fc26..4329384 100644
--- a/orkbasecxx/filters/g722codec/G722Codec.h
+++ b/orkbasecxx/filters/g722codec/G722Codec.h
@@ -17,11 +17,11 @@
#include "Filter.h"
#include "G722.h"
-class DLL_IMPORT_EXPORT_ORKBASE G722Decoder : public Filter
+class DLL_IMPORT_EXPORT_ORKBASE G722ToPcmFilter : public Filter
{
public:
- G722Decoder();
- ~G722Decoder();
+ G722ToPcmFilter();
+ ~G722ToPcmFilter();
FilterRef __CDECL__ Instanciate();
void __CDECL__ AudioChunkIn(AudioChunkRef& chunk);