ParamValidationExt error with WelsInitEncoderExt failed while setting up OpenH264 encoder
Scenario: I am using OpenH264 with my App to encode into a video_file.mp4 . Environment: Platform : MacOs Sierra Compiler : Clang++ The code: Following is the crux of the code I have: void EncodeVideoFile() { ISVCEncoder * encoder_; std:string video_file_name = "/Path/to/some/folder/video_file.mp4"; EncodeFileParam * pEncFileParam; SEncParamExt * pEnxParamExt; float frameRate = 1000; EUsageType usageType = EUsageType::CAMERA_VIDEO_REAL_TIME; bool denoise = false; bool lossless = true; bool enable_ltr = false; int layers = 1; bool cabac = false; int sliceMode = 1; pEncFileParam = new