Add QP sum stats for received streams.
This is not implemented yet in any of the decoders. BUG=webrtc:6541 Review-Url: https://codereview.webrtc.org/2649133005 Cr-Commit-Position: refs/heads/master@{#16475}
This commit is contained in:
@ -63,7 +63,8 @@ struct VCMFrameCount {
|
||||
// rendered.
|
||||
class VCMReceiveCallback {
|
||||
public:
|
||||
virtual int32_t FrameToRender(VideoFrame& videoFrame) = 0; // NOLINT
|
||||
virtual int32_t FrameToRender(VideoFrame& videoFrame, // NOLINT
|
||||
rtc::Optional<uint8_t> qp) = 0;
|
||||
virtual int32_t ReceivedDecodedReferenceFrame(const uint64_t pictureId) {
|
||||
return -1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user