shithub: openh264

Download patch

ref: 048c23431c45808b71ffd9309fed0bc874f7dfa0
parent: 028d39077f7c5a066c8faf79acee3e14c624a765
author: volvet <[email protected]>
date: Wed Mar 19 12:55:21 EDT 2014

add screen detector in builder

--- a/codec/processing/src/scenechangedetection/SceneChangeDetection.cpp
+++ b/codec/processing/src/scenechangedetection/SceneChangeDetection.cpp
@@ -41,6 +41,8 @@
     return new CSceneChangeDetection<CSceneChangeDetectorVideo>(eMethod, iCpuFlag);
     break;
   case METHOD_SCENE_CHANGE_DETECTION_SCREEN:
+    return new CSceneChangeDetection<CSceneChangeDetectorScreen>(eMethod, iCpuFlag);
+    break;
   default:
     // not support yet
     return NULL;