Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Can the output buffer pointer be NULL in any case?

buffer Case null output pointer
0
Posted

Can the output buffer pointer be NULL in any case?

0

Output buffer pointer will be NULL in two cases: • If maxDisplayDelay is set to be N (non zero) then for first N process calls the output buffer will be NULL. • In case of NAL stream decoding, if sufficient data is not available to decode a frame, decoder will return NULL buffer expecting more input in next process call. In such scenario the same output buffer should be passed to the decoder in the next process call.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123