A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/cisco/openh264/commit/cf3b514ba34a3a6c4f14b3ae8714325dd30bfa08 below:

do not use NAN, initialize to 0 (#3836) · cisco/openh264@cf3b514 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+3

-3

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+3

-3

lines changed Original file line number Diff line number Diff line change

@@ -3956,9 +3956,9 @@ int32_t WelsEncoderEncodeExt (sWelsEncCtx* pCtx, SFrameBSInfo* pFbi, const SSour

3956 3956

(iLayerSize << 3));

3957 3957

#endif//LAYER_INFO_OUTPUT

3958 3958 3959 -

pLayerBsInfo->rPsnr[0] = NAN;

3960 -

pLayerBsInfo->rPsnr[1] = NAN;

3961 -

pLayerBsInfo->rPsnr[2] = NAN;

3959 +

pLayerBsInfo->rPsnr[0] = 0;

3960 +

pLayerBsInfo->rPsnr[1] = 0;

3961 +

pLayerBsInfo->rPsnr[2] = 0;

3962 3962

if (pSrcPic->bPsnrY) {

3963 3963

pLayerBsInfo->rPsnr[0] = fSnrY;

3964 3964

}

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4