79694691

Date: 2025-07-08 18:44:21
Score: 2
Natty:
Report link

Actually the length encoding described by StefanB is not Varint32, but part of the Syntactic Description Language used to define Expandable classes as documented in ISO_IEC_14496-1-System. The idea is that the definition of an object can contain its own length fields to account for future new objects while still allowing legacy code to read the current definitions. If a parser sees a tag id it doesn't understand, it can skip over it using the encoded length data immediately succeeding it.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Anthony Albert