Remove always-true expression.
TBR=pbos Review URL: https://webrtc-codereview.appspot.com/16059004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@6668 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
eec6ecdb1e
commit
dd6780d85d
@ -420,7 +420,7 @@ int RtpFormatVp8::WriteTIDAndKeyIdxFields(uint8_t* x_field,
|
||||
*data_field = 0;
|
||||
if (TIDFieldPresent()) {
|
||||
*x_field |= kTBit;
|
||||
assert(hdr_info_.temporalIdx >= 0 && hdr_info_.temporalIdx <= 3);
|
||||
assert(hdr_info_.temporalIdx <= 3);
|
||||
*data_field |= hdr_info_.temporalIdx << 6;
|
||||
*data_field |= hdr_info_.layerSync ? kYBit : 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user