shithub: openh264

Download patch

ref: c9f19241fb2dd78912e67e88d2b20fc25e581d08
parent: 8a96d06fa2fded2ac7f7c2b02942347fe8fc6d45
parent: d569a0276b7707af20ca8fb46721e0263be94cdd
author: HaiboZhu <haibozhu@cisco.com>
date: Mon Aug 17 12:02:08 EDT 2015

Merge pull request #2076 from ruil2/rc0

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