Ignore:
Timestamp:
Mar 17, 2015 4:02:44 AM (9 years ago)
Author:
nanang
Message:

Re #1822: Initial implementation of Android video capturer.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia-videodev/config.h

    r4928 r4994  
    4646 * supported by a video device. 
    4747 * 
    48  * Default: 16 
     48 * Default: 64 
    4949 */ 
    5050#ifndef PJMEDIA_VID_DEV_INFO_FMT_CNT 
    51 #   define PJMEDIA_VID_DEV_INFO_FMT_CNT 16 
     51#   define PJMEDIA_VID_DEV_INFO_FMT_CNT 64 
    5252#endif 
    5353 
     
    193193#endif 
    194194 
     195 
     196/** 
     197 * This setting controls whether Android support should be included. 
     198 * 
     199 * Default: 0 
     200 */ 
     201#ifndef PJMEDIA_VIDEO_DEV_HAS_ANDROID 
     202#   define PJMEDIA_VIDEO_DEV_HAS_ANDROID        0 
     203#endif 
     204 
     205 
    195206/** 
    196207 * Specify the SDL library name to be linked with Visual Studio project.  
Note: See TracChangeset for help on using the changeset viewer.