[FFmpeg-cvslog] r12532 - trunk/libavformat/mov.c

bcoudurier subversion
Fri Mar 21 11:52:15 CET 2008


Author: bcoudurier
Date: Fri Mar 21 11:52:14 2008
New Revision: 12532

Log:
atoms are not mp4 only, and yes probe is sufficient

Modified:
   trunk/libavformat/mov.c

Modified: trunk/libavformat/mov.c
==============================================================================
--- trunk/libavformat/mov.c	(original)
+++ trunk/libavformat/mov.c	Fri Mar 21 11:52:14 2008
@@ -1460,7 +1460,6 @@ static int mov_read_elst(MOVContext *c, 
 }
 
 static const MOVParseTableEntry mov_default_parse_table[] = {
-/* mp4 atoms */
 { MKTAG( 'c', 'o', '6', '4' ), mov_read_stco },
 { MKTAG( 'c', 't', 't', 's' ), mov_read_ctts }, /* composition time to sample */
 { MKTAG( 'd', 'i', 'n', 'f' ), mov_read_default },
@@ -1499,7 +1498,6 @@ static const MOVParseTableEntry mov_defa
 { 0, NULL }
 };
 
-/* XXX: is it sufficient ? */
 static int mov_probe(AVProbeData *p)
 {
     unsigned int offset;




More information about the ffmpeg-cvslog mailing list