For my open source project needed info how to calculate audio delay in avi files for mp3, ac3 and may be other audio streams. I know that is needed to calculate hao many 00H codes between 01wb, 02 wb, etc, using "auds" labels in avi files, know that the delay is increasing by steps with 24 ms - 24, 48, 72, e.t.c
I have all MSDN pages about avi file format, but how to use it.
Thanks.