remove outdated comment
authorAurelien Jacobs <aurel@gnuage.org>
Tue, 13 Mar 2007 00:21:19 +0000 (00:21 +0000)
committerAurelien Jacobs <aurel@gnuage.org>
Tue, 13 Mar 2007 00:21:19 +0000 (00:21 +0000)
Originally committed as revision 8370 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/matroska.c

index 6bc3f5c..2f9f87f 100644 (file)
@@ -2565,7 +2565,6 @@ matroska_parse_block(MatroskaDemuxContext *matroska, uint8_t *data, int size,
                 slices = *data++ + 1;
                 lace_size[n]--;
             }
-            /* FIXME: duration */
 
             for (slice=0; slice<slices; slice++) {
                 int slice_size, slice_offset = 0;