Technical discussions related to Audio Signal Processing (digital effects, acoustics, noise reduction, musical signal processing, etc).
Hi Everybody,
I am working on avi parser, i want to know whether the chunk data
specified in the movi atom contains only one frame of data
or multiple frames of data.
ie.., Chunk in the movi atom (data area)
typedef struct {
DWORD dwFourCC
DWORD dwSize
BYTE data[dwSize]--->one frame of data or
multiple frames of data ??
} CHUNK;
Please clarify me..
Thanks and Regards,
Pallavi