summaryrefslogtreecommitdiff
path: root/pjmedia/include/pjmedia-videodev/config.h
diff options
context:
space:
mode:
authorNanang Izzuddin <nanang@teluu.com>2015-03-17 04:02:44 +0000
committerNanang Izzuddin <nanang@teluu.com>2015-03-17 04:02:44 +0000
commita4411dcd275cb3531587b3e07ac07f6fc6884168 (patch)
tree18c45f48ffb8eae42ce9db1099d8a4d9c8d5bf36 /pjmedia/include/pjmedia-videodev/config.h
parent6cdf95d0eb8a62ea5599f03db7298b4ab1ff1719 (diff)
Re #1822: Initial implementation of Android video capturer.
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4994 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjmedia/include/pjmedia-videodev/config.h')
-rw-r--r--pjmedia/include/pjmedia-videodev/config.h15
1 files changed, 13 insertions, 2 deletions
diff --git a/pjmedia/include/pjmedia-videodev/config.h b/pjmedia/include/pjmedia-videodev/config.h
index 85c7415e..8b6ddccd 100644
--- a/pjmedia/include/pjmedia-videodev/config.h
+++ b/pjmedia/include/pjmedia-videodev/config.h
@@ -45,10 +45,10 @@ PJ_BEGIN_DECL
* This setting controls the maximum number of formats that can be
* supported by a video device.
*
- * Default: 16
+ * Default: 64
*/
#ifndef PJMEDIA_VID_DEV_INFO_FMT_CNT
-# define PJMEDIA_VID_DEV_INFO_FMT_CNT 16
+# define PJMEDIA_VID_DEV_INFO_FMT_CNT 64
#endif
@@ -192,6 +192,17 @@ PJ_BEGIN_DECL
# define PJMEDIA_VIDEO_DEV_HAS_AVI 1
#endif
+
+/**
+ * This setting controls whether Android support should be included.
+ *
+ * Default: 0
+ */
+#ifndef PJMEDIA_VIDEO_DEV_HAS_ANDROID
+# define PJMEDIA_VIDEO_DEV_HAS_ANDROID 0
+#endif
+
+
/**
* Specify the SDL library name to be linked with Visual Studio project.
* By default, the name is autodetected based on SDL version ("sdl.lib" or