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

w_ipp-samples_p_5.2.049 can not support VC-1 RCV format

chenm003
Beginner
261 Views

I think umc_splitter.cpp can not be support VC-1 RCV file format

Iinsert some code to line 66 to fix this problem

#define RCV_VC1_TYPE (0x85)
/* Bit 6 of the type indicates V1 if 0, V2 if 1 */
#define RCV_V2_MASK (1 << 6)
if ((long_code & ~RCV_V2_MASK) != RCV_VC1_TYPE)
{
return VC1_PURE_VIDEO_STREAM;
}

0 Kudos
1 Reply
Vladimir_Dudnik
Employee
261 Views

Hello,

our implementation based on final draft of VC1 standard, Jun16 2006 there were no such RCV type.

Regards,
Vladimir

0 Kudos
Reply