comparison libmpdemux/demux_mov.c @ 5254:142ea546abb5

Add a usefull url, btw. audio esds needs some fixing with some files, I'll investigate.
author atmos4
date Thu, 21 Mar 2002 22:26:52 +0000
parents 5c2a8e6e860c
children 1823c7dff423
comparison
equal deleted inserted replaced
5253:e331fefb520e 5254:142ea546abb5
8 // The QuickTime File Format PDF from Apple: 8 // The QuickTime File Format PDF from Apple:
9 // http://developer.apple.com/techpubs/quicktime/qtdevdocs/PDF/QTFileFormat.pdf 9 // http://developer.apple.com/techpubs/quicktime/qtdevdocs/PDF/QTFileFormat.pdf
10 // (Complete list of documentation at http://developer.apple.com/quicktime/) 10 // (Complete list of documentation at http://developer.apple.com/quicktime/)
11 // MP4-Lib sources from http://mpeg4ip.sf.net/ might be usefull fot .mp4 11 // MP4-Lib sources from http://mpeg4ip.sf.net/ might be usefull fot .mp4
12 // aswell as .mov specific stuff. 12 // aswell as .mov specific stuff.
13 // All sort of Stuff about MPEG4:
14 // http://www.cmlab.csie.ntu.edu.tw/~pkhsiao/thesis.html
13 15
14 #include <stdio.h> 16 #include <stdio.h>
15 #include <stdlib.h> 17 #include <stdlib.h>
16 #include <unistd.h> 18 #include <unistd.h>
17 19