[Ffmpeg-cvslog] r8829 - trunk/libavformat/mov.c

bcoudurier subversion
Thu Apr 26 13:46:05 CEST 2007


Author: bcoudurier
Date: Thu Apr 26 13:46:04 2007
New Revision: 8829

Log:
remove no more true comment

Modified:
   trunk/libavformat/mov.c

Modified: trunk/libavformat/mov.c
==============================================================================
--- trunk/libavformat/mov.c	(original)
+++ trunk/libavformat/mov.c	Thu Apr 26 13:46:04 2007
@@ -277,7 +277,6 @@ static int mov_read_esds(MOVContext *c, 
     AVStream *st = c->fc->streams[c->fc->nb_streams-1];
     int tag, len;
 
-    /* Well, broken but suffisant for some MP4 streams */
     get_be32(pb); /* version + flags */
     len = mp4_read_descr(c, pb, &tag);
     if (tag == MP4ESDescrTag) {




More information about the ffmpeg-cvslog mailing list