Dear Sir:
I'm using IPP 5.1 H.264 decoder on windows. All works well while stream not broken;But some frames can be lost. In this case the decoder will crash in a method GetFrame of the decoder.
How to solve this problem ? Thanks a lot.
void H264SegmentDecoder::ReconstructMacroblockBMEHC(Ipp8u *pDstY,..
{
.....
//Here is erro! &pRefPicList0[RefIndexL0] is 0x000000!!!! crash !
pRefYPlane = pRefPicList0[RefIndexL0]->m_pYPlane + offsetY;
.....
}
thank you
coco.



