Fixes payload spelling error.
BUG=N/A Review URL: https://webrtc-codereview.appspot.com/1052006 git-svn-id: http://webrtc.googlecode.com/svn/trunk@3398 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -557,7 +557,7 @@ extern "C" {
|
||||
* i.e. 10000 to 56000.
|
||||
* - isRCU : if the new bit-stream is an RCU stream.
|
||||
* Note that the rate parameter always indicates
|
||||
* the target rate of the main paylaod, regardless
|
||||
* the target rate of the main payload, regardless
|
||||
* of 'isRCU' value.
|
||||
*
|
||||
* Output:
|
||||
|
||||
@@ -345,7 +345,7 @@ typedef struct {
|
||||
|
||||
/*-----
|
||||
This records the BWE index the encoder injected into the bit-stream.
|
||||
It will be used in RCU. The same BWE index of main paylaod will be in
|
||||
It will be used in RCU. The same BWE index of main payload will be in
|
||||
the redundant payload. We can not retrive it from BWE because it is
|
||||
a recursive procedure (WebRtcIsac_GetDownlinkBwJitIndexImpl) and has to be
|
||||
called only once per each encode.
|
||||
|
||||
Reference in New Issue
Block a user