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

bcoudurier subversion
Wed Jan 24 11:56:48 CET 2007


Author: bcoudurier
Date: Wed Jan 24 11:56:45 2007
New Revision: 7681

Modified:
   trunk/libavformat/mov.c

Log:
remove obsolete comment

Modified: trunk/libavformat/mov.c
==============================================================================
--- trunk/libavformat/mov.c	(original)
+++ trunk/libavformat/mov.c	Wed Jan 24 11:56:45 2007
@@ -274,9 +274,6 @@
     int64_t mdat_size;
     int64_t mdat_offset;
     int total_streams;
-    /* some streams listed here aren't presented to the ffmpeg API, since they aren't either video nor audio
-     * but we need the info to be able to skip data from those streams in the 'mdat' section
-     */
     MOVStreamContext *streams[MAX_STREAMS];
 
     int ctab_size;




More information about the ffmpeg-cvslog mailing list