Media (Intel® oneAPI 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 sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

Is EndOfStream deprecated?

BMart1
New Contributor II
374 Views

The reference manual advises using EndOfStream​ with MFXVideoENCODE_Reset but EndOfStream​ is deprecated according to the mfxExtCodingOption documentation. Who's wrong?

 

0 Kudos
3 Replies
Mark_L_Intel1
Moderator
374 Views

Hi Bruno,

Thanks so much for checking and reporting our document errors, this is a big help for us since the document errors sometimes are hard to find.

Yes, I can confirm the error you point out:

In the latest reference manual, 

Page 16: it says: "The application must set the initial encoding configuration flag EndOfStream of the mfxExtCodingOption structure to OFF to avoid inserting an End of Stream (EOS) marker into the bitstream."

while in page 57, it says the field EndOFStream of mfxExtCodingOption was deprecated.

I will file a bug to fix it.

Mark

BMart1
New Contributor II
374 Views

Thanks, Mark.

Bruno

Mark_L_Intel1
Moderator
340 Views

Hi Bruno,

 

Apology for the long delay, we have a fix to this issue and it is in GitHub now.

 

The related document was removed:

https://github.com/Intel-Media-SDK/MediaSDK/pull/2502/files

 

Let me know if you have questions.

 

Mark

Reply