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:
@ -97,8 +97,8 @@ FileOutputFrameReceiver::~FileOutputFrameReceiver() {
|
||||
}
|
||||
}
|
||||
|
||||
int32_t FileOutputFrameReceiver::FrameToRender(
|
||||
webrtc::VideoFrame& video_frame) {
|
||||
int32_t FileOutputFrameReceiver::FrameToRender(webrtc::VideoFrame& video_frame,
|
||||
rtc::Optional<uint8_t> qp) {
|
||||
if (timing_file_ == NULL) {
|
||||
std::string basename;
|
||||
std::string extension;
|
||||
|
||||
Reference in New Issue
Block a user