Ignore:
Timestamp:
Sep 19, 2018 8:26:41 AM (6 years ago)
Author:
nanang
Message:

Close #2152: Updated video stream to delay video frame decoding, the minimum delay is configurable via PJMEDIA_VID_STREAM_DECODE_MIN_DELAY_MSEC.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjmedia/include/pjmedia/jbuf.h

    r5803 r5887  
    103103    unsigned    min_prefetch;       /**< Minimum allowed prefetch, in frms. */ 
    104104    unsigned    max_prefetch;       /**< Maximum allowed prefetch, in frms. */ 
     105    unsigned    max_count;          /**< Jitter buffer capacity, in frames. */ 
    105106 
    106107    /* Status */ 
Note: See TracChangeset for help on using the changeset viewer.