shithub: openh264

Download patch

ref: d569a0276b7707af20ca8fb46721e0263be94cdd
parent: 8a96d06fa2fded2ac7f7c2b02942347fe8fc6d45
author: karina li <ruil2@cisco.com>
date: Mon Aug 17 09:19:20 EDT 2015

convert maxqp and minqp to encoder

--- a/codec/encoder/core/inc/param_svc.h
+++ b/codec/encoder/core/inc/param_svc.h
@@ -296,7 +296,8 @@
     if (iMaxBitrate < iTargetBitrate) {
       iMaxBitrate  = iTargetBitrate;
     }
-
+    iMaxQp = pCodingParam.iMaxQp;
+    iMinQp = pCodingParam.iMinQp;
     uiMaxNalSize          = pCodingParam.uiMaxNalSize;
     /* Denoise Control */
     bEnableDenoise = pCodingParam.bEnableDenoise ? true : false;    // Denoise Control  // only support 0 or 1 now