What does Intel IPP status -133 (ippStsVLCUsrTblHeaderErr) mean?

 
Previous Next
ippStsAacPcmModeErr ippStsVLCUsrTblUnsupportedFmtErr

ippStsVLCUsrTblHeaderErr

This status is about the caller-supplied VLC table description, not about one compressed frame. IPP rejected the header before it could interpret the table payload.

Check the table version, length fields and format tags. A truncated or mis-sized header will make every later code entry ambiguous.

Check these details

  • Serialized table length and header field order.
  • Whether the table format belongs to the IPP routine being called.
  • Boundary checks before passing user data to the VLC table builder.

Intel IPP Error Reporting · FFmpeg bitstream reader · FFmpeg VLC table code


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