зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1059765: enable content metrics for H.264 r=gcp
This commit is contained in:
Родитель
d104d9b4da
Коммит
5eb77c79f7
|
@ -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_),
|
||||
|
|
Загрузка…
Ссылка в новой задаче