VP8 RTP work
Fixing the plumbing to get the KEYIDX between VP8 wrapper and rtp_rtcp module. Also fixing a missing pipe for temporalIdx Review URL: http://webrtc-codereview.appspot.com/295004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1024 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@@ -33,6 +33,7 @@ struct CodecSpecificInfoVP8
|
||||
bool nonReference;
|
||||
WebRtc_UWord8 simulcastIdx;
|
||||
WebRtc_UWord8 temporalIdx;
|
||||
WebRtc_Word8 keyIdx; // negative value to skip keyIdx
|
||||
};
|
||||
|
||||
union CodecSpecificInfoUnion
|
||||
|
Reference in New Issue
Block a user