diff --git a/codec/processing/src/scenechangedetection/SceneChangeDetection.cpp b/codec/processing/src/scenechangedetection/SceneChangeDetection.cpp index 8ccb9412..cca6fee3 100644 --- a/codec/processing/src/scenechangedetection/SceneChangeDetection.cpp +++ b/codec/processing/src/scenechangedetection/SceneChangeDetection.cpp @@ -41,6 +41,8 @@ IStrategy * BuildSceneChangeDetection(EMethods eMethod, int32_t iCpuFlag){ return new CSceneChangeDetection(eMethod, iCpuFlag); break; case METHOD_SCENE_CHANGE_DETECTION_SCREEN: + return new CSceneChangeDetection(eMethod, iCpuFlag); + break; default: // not support yet return NULL;