Add PictureID and NonReference to codec information
The PictureID and NonReference information is now routed from the encoder to the RTP packetizer through CodecSpecificInfo and RTPVideoHeaderVP8. Review URL: http://webrtc-codereview.appspot.com/51003 git-svn-id: http://webrtc.googlecode.com/svn/trunk@155 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -27,6 +27,8 @@ struct CodecSpecificInfoVP8
|
||||
WebRtc_UWord8 pictureIdSLI;
|
||||
bool hasReceivedRPSI;
|
||||
WebRtc_UWord64 pictureIdRPSI;
|
||||
WebRtc_Word16 pictureId; // negative value to skip pictureId
|
||||
bool nonReference;
|
||||
};
|
||||
|
||||
union CodecSpecificInfoUnion
|
||||
|
Reference in New Issue
Block a user