| Index: webrtc/modules/video_processing/util/skin_detection.h
|
| diff --git a/webrtc/modules/video_processing/util/skin_detection.h b/webrtc/modules/video_processing/util/skin_detection.h
|
| index 561c03c4258ec813a3ec0dff4b639d56fa8ac18f..f925d33d7699345dc7a3621fb8e17f19a0e5ecc2 100755
|
| --- a/webrtc/modules/video_processing/util/skin_detection.h
|
| +++ b/webrtc/modules/video_processing/util/skin_detection.h
|
| @@ -13,6 +13,8 @@
|
|
|
| namespace webrtc {
|
|
|
| +#define MODEL_MODE 0
|
| +
|
| typedef unsigned char uint8_t;
|
| bool MbHasSkinColor(const uint8_t* y_src,
|
| const uint8_t* u_src,
|
|
|