- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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];
}
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thanks for your report. I tracked it for future fix.
Regards,
Chao
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
The fix is included in the IPP 7.0.3. Thanks for your report.
Regards,
Chao

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page