aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2007-04-26 08:42:21 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2007-04-26 08:42:21 +0000
commit1c086afc21c5d55ba9eb4235d2ecfc4c3cbb4024 (patch)
treeb548e6a479ebc091d1ad3d3224f8c99e9020db7a /libavformat/mov.c
parentbf5d7db5a09acb1f4b0dc26b22900074166c9540 (diff)
downloadffmpeg-1c086afc21c5d55ba9eb4235d2ecfc4c3cbb4024.tar.gz
remove now obsolete and no more true comments
Originally committed as revision 8824 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r--libavformat/mov.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index e8482b05ae..ec5894fc47 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -38,16 +38,8 @@
*
* Features and limitations:
* - reads most of the QT files I have (at least the structure),
- * the exceptions are .mov with zlib compressed headers ('cmov' section). It shouldn't be hard to implement.
- * FIXED, Francois Revol, 07/17/2002
- * - ffmpeg has nearly none of the usual QuickTime codecs,
- * although I succesfully dumped raw and mp3 audio tracks off .mov files.
* Sample QuickTime files with mp3 audio can be found at: http://www.3ivx.com/showcase.html
- * - .mp4 parsing is still hazardous, although the format really is QuickTime with some minor changes
- * (to make .mov parser crash maybe ?), despite what they say in the MPEG FAQ at
- * http://mpeg.telecomitalialab.com/faq.htm
* - the code is quite ugly... maybe I won't do it recursive next time :-)
- * - seek is not supported with files that contain edit list
*
* Funny I didn't know about http://sourceforge.net/projects/qt-ffmpeg/
* when coding this :) (it's a writer anyway)