What does Intel IPP status -110 (ippStsH263MCBPCInterCodeErr) mean?

 
Previous Next
ippStsH263CBPYCodeErr ippStsH263MCBPCIntraCodeErr

ippStsH263MCBPCInterCodeErr

MCBPC combines macroblock type and chrominance coded-block pattern information. This status is specific to the inter-coded table, where motion information and residual data are expected.

A failure here usually means the decoder cannot even determine the macroblock mode, so later motion-vector or coefficient errors are secondary.

Check these details

  • The picture type and whether the macroblock should be inter-coded.
  • The bit offset before MCBPC decoding.
  • Error-resilience markers or transport packet boundaries near the macroblock.

Intel IPP Error Reporting · ITU-T H.263 recommendation · FFmpeg H.263 decoder


Looking for a different code? Search another status or error code.