Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

Found a bug in umc_stream_parser

dstralau
Beginner
217 Views

I produced a stream, where no txt data avail. So i got a null pointer exeption in umc_stream_parser.cpp.

Pls correct line 389 to this:

TeletextStreamInfo *pTxtSpec = (TeletextStreamInfo *)m_pInfo[iTrack]->m_pStreamInfo;

if (pTxtSpec!=NULL)

{

pTxtSpec->szLanguage[0] = pPtr[0];

pTxtSpec->szLanguage[1] = pPtr[1];

pTxtSpec->szLanguage[2] = pPtr[2];

pTxtSpec->szLanguage[3] = 0;

pTxtSpec->uiType = (pPtr[3] >> 3) & 0x1f;

pTxtSpec->uiMagazineNumber = pPtr[3] & 0x07;

pTxtSpec->uiPageNumber = pPtr[4];

}

0 Kudos
2 Replies
Chao_Y_Intel
Moderator
217 Views

Hi,

Thanks for your report. I tracked it for future fix.

Regards,
Chao
0 Kudos
Chao_Y_Intel
Moderator
217 Views


Hello,

The fix is included in the IPP 7.0.3. Thanks for your report.

Regards,
Chao

0 Kudos
Reply