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

Bug Report

dstralau
Beginner
278 Views
PLs. take a look of... \\ipp-samples\\audio-video-codecs\\codec\\mpeg2_enc\\src\\umc_mpeg2_enc_params.cpp

line 170, functionFirst : ReadQMatrices, pls correct the parameter to const.


second take a look at this:

if( IntraQMatrixFName==NULL || IntraQMatrixFName[0] == NULL || IntraQMatrixFName[0] == vm_char('-') ) (line 175) and also pls take a look at this:

if (NonIntraQMatrixFName == NULL || NonIntraQMatrixFName[0] == NULL || NonIntraQMatrixFName[0] == vm_char('-')) (line 203)

If you compile it with "full optimatzation" it will work now, also if you have set Unicode under Windows !!!!

Regards Detlef

Related link : http://software.intel.com/en-us/forums/showthread.php?t=83298&o=a&s=lr
0 Kudos
1 Reply
Joseph_S_Intel
Employee
278 Views
Thanks, I will let engineering know about this.
Walt
0 Kudos
Reply