GN: Add video_engine_tests
Adds separate source_sets for the video_engine_tests subtargets inside audio, call and video and merges them together into video_engine_tests. BUG=webrtc:5949 R=kjellander@webrtc.org TBR=mflodman@webrtc.org Review URL: https://codereview.webrtc.org/2064523002 . Cr-Commit-Position: refs/heads/master@{#13127}
This commit is contained in:
@ -416,8 +416,7 @@ class RtpRtcp : public Module {
|
||||
/*
|
||||
* Good state of RTP receiver inform sender
|
||||
*/
|
||||
virtual int32_t SendRTCPReferencePictureSelection(
|
||||
const uint64_t pictureID) = 0;
|
||||
virtual int32_t SendRTCPReferencePictureSelection(uint64_t pictureID) = 0;
|
||||
|
||||
/*
|
||||
* Send a RTCP Slice Loss Indication (SLI)
|
||||
|
||||
Reference in New Issue
Block a user