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:
henrik.lundin@webrtc.org
2011-11-25 10:17:00 +00:00
parent 5483210c82
commit 859626570a
5 changed files with 17 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ struct CodecSpecificInfoVP8
bool nonReference;
WebRtc_UWord8 simulcastIdx;
WebRtc_UWord8 temporalIdx;
WebRtc_Word8 keyIdx; // negative value to skip keyIdx
};
union CodecSpecificInfoUnion