Remove usage of webrtc trace in video processing modules.
BUG=3153 R=mflodman@webrtc.org Review URL: https://webrtc-codereview.appspot.com/11089005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5880 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -9,7 +9,6 @@
|
||||
*/
|
||||
|
||||
#include "webrtc/modules/video_processing/main/source/denoising.h"
|
||||
#include "webrtc/system_wrappers/interface/trace.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
@ -78,8 +77,6 @@ int32_t VPMDenoising::ProcessFrame(I420VideoFrame* frame) {
|
||||
int32_t num_pixels_changed = 0;
|
||||
|
||||
if (frame->IsZeroSize()) {
|
||||
WEBRTC_TRACE(webrtc::kTraceError, webrtc::kTraceVideoPreocessing, id_,
|
||||
"zero size frame");
|
||||
return VPM_GENERAL_ERROR;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user