00001 int qtime (const char * inFileName, 00002 const char * outFileName, 00003 int i_width, // width in pixels 00004 int i_height, 00005 int i_nframes, 00006 int i_sample_dur, 00007 int i_samplesPerChunk, 00008 int i_framesize, 00009 int i_timescale, 00010 int * i_sizes // pointer to array with frame sizes or NULL 00011 );