changeset 1729:94580a2253ff libavformat

remove obsolete comment
author bcoudurier
date Wed, 24 Jan 2007 10:56:45 +0000
parents 5ed25b8bf482
children 05e2cabcd8ed
files mov.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mov.c	Wed Jan 24 10:55:07 2007 +0000
+++ b/mov.c	Wed Jan 24 10:56:45 2007 +0000
@@ -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;