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
Родитель d104d9b4da
Коммит 5eb77c79f7
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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_),