Bug 1059765: enable content metrics for H.264 r=gcp

This commit is contained in:
Randell Jesup 2014-08-29 11:26:07 -04:00
parent d104d9b4da
commit 5eb77c79f7

View File

@ -705,7 +705,8 @@ void ViEEncoder::DeliverFrame(int id,
return;
}
#endif
if (vcm_.AddVideoFrame(*decimated_frame) != VCM_OK) {
if (vcm_.AddVideoFrame(*decimated_frame,
vpm_.ContentMetrics()) != VCM_OK) {
WEBRTC_TRACE(webrtc::kTraceError,
webrtc::kTraceVideo,
ViEId(engine_id_, channel_id_),