47 void main(
int argc,
char *argv[] )
49 pa1_fileName *filename = (pa1_fileName *) argv[1];
51 if (fpa1_SyntaxBlockInit() != 0)
53 printf(
"BIG ERROR: Failed to start the MiniMM\n");
57 fpa1_parseScript( filename );
59 if (fpa1_deleteEntireList() != 0)
61 printf(
"BIG ERROR: Failed to destroy the MiniMM\n");
Contains functions/globals used to read MHEG-5 ASN.1 scripts.
Typedefs for script reading functions.
syntax item block manager Contains functions to create a mini memory manager for allocating syntax li...