summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-21 22:26:52 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-21 22:26:52 +0000
commit3e8556bb96ab483d20109ef3b3b8faf7c22596b8 (patch)
tree4b25d72946ae279c6649de701127ecb6a99e3e1a /libmpdemux
parentd41172cdcd8cac25746f4633ae5a69bdc6ada00b (diff)
downloadmpv-3e8556bb96ab483d20109ef3b3b8faf7c22596b8.tar.bz2
mpv-3e8556bb96ab483d20109ef3b3b8faf7c22596b8.tar.xz
Add a usefull url, btw. audio esds needs some fixing with some files, I'll investigate.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5255 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/demux_mov.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libmpdemux/demux_mov.c b/libmpdemux/demux_mov.c
index 99ccbead9b..0434251c26 100644
--- a/libmpdemux/demux_mov.c
+++ b/libmpdemux/demux_mov.c
@@ -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>