Mercurial > mplayer.hg
changeset 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 | e331fefb520e |
children | 34166dede1d4 |
files | libmpdemux/demux_mov.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpdemux/demux_mov.c Thu Mar 21 21:00:21 2002 +0000 +++ b/libmpdemux/demux_mov.c Thu Mar 21 22:26:52 2002 +0000 @@ -10,6 +10,8 @@ // (Complete list of documentation at http://developer.apple.com/quicktime/) // MP4-Lib sources from http://mpeg4ip.sf.net/ might be usefull fot .mp4 // aswell as .mov specific stuff. +// All sort of Stuff about MPEG4: +// http://www.cmlab.csie.ntu.edu.tw/~pkhsiao/thesis.html #include <stdio.h> #include <stdlib.h>