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

There are some UNICODE issues....

dstralau
Beginner
230 Views

I think in the following files are some UNICODE issues:

\\ipp-samples\\audio-video-codecs\\codec\\mpeg2_enc\\src\\umc_mpeg2_enc_params.cpp
\\ipp-samples\\audio-video-codecs\\core\\umc\\src\\umc_par_reader.cpp
\\ipp-samples\\audio-video-codecs\\codec\\mpeg4_enc\\src\\umc_mpeg4_video_encoder.cpp

Mostly there is a comparison against '-' instead of vm_char('-'), also quiet often is used the function isspace(), but i think in UNICODE it should be iswspace(), so i declareted a macro vm_isspace(a) (a==vm_char(' ')) and replaced isspace with wm_isspace. Now it's work fine.

Best regards Detlef

0 Kudos
1 Reply
Chao_Y_Intel
Moderator
231 Views

Detlef,

Thanks for the report. I tracked the problem, so our engineer can review it for future version fix.

Thanks,
Chao

0 Kudos
Reply