* fill last decoded picture info */
| 390 | * fill last decoded picture info |
| 391 | */ |
| 392 | void WelsDecoderLastDecPicInfoDefaults (SWelsLastDecPicInfo& sLastDecPicInfo) { |
| 393 | sLastDecPicInfo.iPrevPicOrderCntMsb = 0; |
| 394 | sLastDecPicInfo.iPrevPicOrderCntLsb = 0; |
| 395 | sLastDecPicInfo.pPreviousDecodedPictureInDpb = NULL; |
| 396 | sLastDecPicInfo.iPrevFrameNum = -1; |
| 397 | sLastDecPicInfo.bLastHasMmco5 = false; |
| 398 | sLastDecPicInfo.uiDecodingTimeStamp = 0; |
| 399 | } |
| 400 | |
| 401 | /*! |
| 402 | * \brief copy SpsPps from one Ctx to another ctx for threaded code |