summaryrefslogtreecommitdiff
path: root/pjmedia/include/pjmedia-codec.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-03-04 20:43:52 +0000
committerBenny Prijono <bennylp@teluu.com>2006-03-04 20:43:52 +0000
commit2366a9a4ae5efcdadbd90acbd2885d86bd34720d (patch)
tree0f12ff31e0c609a38db2ac961257e158658913d8 /pjmedia/include/pjmedia-codec.h
parent8c25bb977ff1317989406988ecf39fc0a32ccd32 (diff)
Added Speex for narrowband, wideband, and ultra-wideband!!
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@278 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjmedia/include/pjmedia-codec.h')
-rw-r--r--pjmedia/include/pjmedia-codec.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/pjmedia/include/pjmedia-codec.h b/pjmedia/include/pjmedia-codec.h
index f39048c7..c37fc5ca 100644
--- a/pjmedia/include/pjmedia-codec.h
+++ b/pjmedia/include/pjmedia-codec.h
@@ -19,14 +19,18 @@
#ifndef __PJMEDIA_CODEC1_H__
#define __PJMEDIA_CODEC1_H__
-#include <pjmedia-codec/types.h>
+#include <pjmedia-codec/gsm.h>
+#include <pjmedia-codec/speex.h>
+
PJ_BEGIN_DECL
/**
* Initialize pjmedia-codec library, and register all codec factories
- * in this library.
+ * in this library. If application wants to controll the order of
+ * the codec, it MUST NOT call this function, but instead register
+ * each codec individually.
*
* @param endpt The pjmedia endpoint.
*