remove outdated comment

Originally committed as revision 8370 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Aurelien Jacobs 2007-03-13 00:21:19 +00:00
parent 2b1785b7cc
commit 5ae4975c65
1 changed files with 0 additions and 1 deletions

View 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;