remove obsolete comment
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Wed, 24 Jan 2007 10:56:45 +0000 (10:56 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Wed, 24 Jan 2007 10:56:45 +0000 (10:56 +0000)
Originally committed as revision 7681 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/mov.c

index d76b9b1..604efb8 100644 (file)
@@ -274,9 +274,6 @@ typedef struct MOVContext {
     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;