- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Detlef,
Thanks for the report. I tracked the problem, so our engineer can review it for future version fix.
Thanks,
Chao
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page