Media (Intel® Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK
Announcements
The Intel Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.
3058 Discussions

MFXVideoDECODE_DecodeHeader in windows returning unknown error most of time

Tarun_K_
Beginner
286 Views

I am trying to create a decoder using libmfx. Overview of application:

Executable ==> intermediary.dll ==> webrtc_codec.lib == > webrtc_h264.lib(decoder is here) 

Code Flow:

1. Fill stream in a mfxBitstream structure.

2. Call MFXVideoDECODE_DecodeHeader and it returns unknown error.

Same code flow works in sample application with same bitstream but on our executable it fails. we are suspecting that issue could be due to the way we are linking with h264 lib. Please help in debugging this issue more by enabling some logs or any debug code you want to insert then I can help.

0 Kudos
0 Replies
Reply