- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I am using the UMC Reference Manual from September 2007 (document number: 306061-007US ).
I see some either errors or not updated fields.
For example: page 431 Mpeg 2 Decoder Flags can be FLAG_VDEC_COMPATIVBLE. First, there's a syntax mistake, and second this flag is under comment in core/umc/include/umc_structures.h and doesn't appear anywhere else.
Second example: page 532 AdvancedThreadedDemuxer Initialization
DemuxerParams demuxerParams;
demuxerParams.m_pDataReader = reader;
demuxerParams.m_uiNOfRules = 2;
demuxerParams.m_pESRules = new ESRule[2];
demuxerParams.m_pESRules[0].typeMask = ES_VIDEO_STREAM_MASK;
demuxerParams.m_pESRules[0].iPID = -1;
demuxerParams.m_pESRules[0].iMaxNOfESs = 1;
demuxerParams.m_pESRules[0].bValidAfterInit = false;
demuxerParams.m_pESRules[1].typeMask = ES_AUDIO_STREAM_MASK;
demuxerParams.m_pESRules[1].iPID = 0xC0;
demuxerParams.m_pESRules[1].iMaxNOfESs = 2;
demuxerParams.m_pESRules[1].bValidAfterInit = false;
This code does not compile!!!
Do I have an old version of the document?
Thanks.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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