shithub: openh264

Download patch

ref: cb46a3cf37088b449cad0fabf49c89803154d4d7
parent: 5ae37a1672d518ae4db95e719804fd3116782b1f
parent: 048c23431c45808b71ffd9309fed0bc874f7dfa0
author: Licai Guo <licaguo@cisco.com>
date: Thu Mar 20 06:57:38 EDT 2014

Merge pull request #547 from volvet/add-build-for-scene-change-detect-for-desktop

add scene change detector for screen 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;