Ignore:
Timestamp:
Apr 4, 2012 5:05:50 AM (12 years ago)
Author:
bennylp
Message:

Fixed #1478: AVI player virtual device. Initial spec:

  • Currently only Works with raw video and audio AVI files
  • Added --play-avi and --auto-play-avi options in pjsua
  • No A/V synchronization yet
File:
1 edited

Legend:

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

    r3715 r4016  
    123123#endif 
    124124 
     125 
     126/** 
     127 * Enable support for AVI player virtual capture device. 
     128 * 
     129 * Default: 1 
     130 */ 
     131#ifndef PJMEDIA_VIDEO_DEV_HAS_AVI 
     132#   define PJMEDIA_VIDEO_DEV_HAS_AVI            1 
     133#endif 
     134 
     135 
    125136/** 
    126137 * @} 
Note: See TracChangeset for help on using the changeset viewer.