Removed SSRC knowledge from ViEEncoder.
SSRC knowledge is contained withing VideoSendStream. That also means that debug recording is moved to VideoSendStream. I think that make sence since that allows debug recording with external encoder implementations one day. BUG=webrtc:5687 Review-Url: https://codereview.webrtc.org/1936503002 Cr-Commit-Position: refs/heads/master@{#12632}
This commit is contained in:
@ -230,7 +230,7 @@ class VideoCodingModule : public Module {
|
||||
//
|
||||
// Return value : VCM_OK, on success.
|
||||
// < 0, on error.
|
||||
virtual int32_t IntraFrameRequest(int stream_index) = 0;
|
||||
virtual int32_t IntraFrameRequest(size_t stream_index) = 0;
|
||||
|
||||
// Frame Dropper enable. Can be used to disable the frame dropping when the
|
||||
// encoder
|
||||
|
||||
Reference in New Issue
Block a user