Ignore:
Timestamp:
Nov 13, 2019 9:11:04 AM (4 years ago)
Author:
nanang
Message:

Close #1437: Video keyframe request/response using RTCP-FB PLI.

File:
1 edited

Legend:

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

    r3956 r6106  
    525525/** 
    526526 * Convert codec info struct into a unique codec identifier. 
    527  * A codec identifier looks something like "H263/90000". 
     527 * A codec identifier looks something like "H263/34", where "H263" is the 
     528 * codec name and "34" is the (default) payload type. 
    528529 * 
    529530 * @param info      The codec info 
     
    541542 * Find codecs by the unique codec identifier. This function will find 
    542543 * all codecs that match the codec identifier prefix. For example, if 
    543  * "H26" is specified, then it will find "H263/90000", "H264/90000", 
    544  * and so on, up to the maximum count specified in the argument. 
     544 * "H26" is specified, then it will find "H263", "H264", and so on, 
     545 * up to the maximum count specified in the argument. 
    545546 * 
    546547 * @param mgr       The codec manager instance. If NULL, the default codec 
Note: See TracChangeset for help on using the changeset viewer.