- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I'm trying to decode MVC file using sample_decode project, but I got MFX_ERR_NOT_ENOUGH_BUFFER error at pipeline_decode.cpp line 48, m_FileReader->ReadNextFrame(&m_mfxBS);.
What should I do to avoid this error? I attched MVC file I tested.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Upload the file tested.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Seungpyo Hong (Intel) wrote:
Hi,
Exact location that error occurred is at sample_utils.cpp
CH264FrameReader::ReadNextFrame(mfxBitstream *pBS) {
......
MSDK_CHECK_NOT_EQUAL(FindSlice(&m_lastBs, pos2ndNaluStart) == 2, true, MFX_ERR_NOT_ENOUGH_BUFFER);
}
What should I do to avoid this error? I attched MVC file I tested.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Looking at the file you send it looks like it is not a pure elementary MVC formatted stream, but instead a BDAV container.
Please try to extract the MVC stream from the container and then feed it to Media SDK.
Regards,
Petter
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page