42 #define OBJECT_CHOICE_COMPS 2 43 #define GEN_OBJECT_CHOICE_COMPS 2 45 #define EXTERNAL_SEQ_COMPS 2 49 int objRefChoiceCompArr[ OBJECT_CHOICE_COMPS + 1 ] = { OBJECT_CHOICE_COMPS + 1,
50 EXTERNAL_REFERENCE_TYPE,
53 int genObjRefChoiceCompArr[ GEN_OBJECT_CHOICE_COMPS + 1 ]
54 = { GEN_OBJECT_CHOICE_COMPS + 1,
55 OBJECT_REFERENCE_TYPE,
58 int extRefSeqCompArr[ 2 * EXTERNAL_SEQ_COMPS + 1 ] = { 2 * EXTERNAL_SEQ_COMPS,
59 OCTETSTRING, SYN_NEEDED,
60 INTEGER, SYN_NEEDED };
Contains functions/globals used to read MHEG-5 ASN.1 scripts.
Typedefs for script reading functions.
Contains macros for MHEG-5 ASN.1 tags and structures.
Contains functions to decode MHEG-5 ASN.1 Object Reference, External Reference, Indirect Reference...
Contains functions used to parse MHEG-5 ASN.1 SEQUENCEs. SEQUENCEs have components in order...