summaryrefslogtreecommitdiff
path: root/libavformat/matroska.c
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2007-03-13 00:21:19 +0000
committerAurelien Jacobs <aurel@gnuage.org>2007-03-13 00:21:19 +0000
commit5ae4975c652c0ae11bfa79522380022e5a742148 (patch)
tree054086bb4258cf35591eefdc907ea153bd4c6129 /libavformat/matroska.c
parent2b1785b7ccfe49130df75b381bf9536c69e8565a (diff)
remove outdated comment
Originally committed as revision 8370 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/matroska.c')
-rw-r--r--libavformat/matroska.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/matroska.c b/libavformat/matroska.c
index 6bc3f5c859..2f9f87f705 100644
--- a/libavformat/matroska.c
+++ b/libavformat/matroska.c
@@ -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;