mirror of https://git.ffmpeg.org/ffmpeg.git
remove outdated comment
Originally committed as revision 8370 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2b1785b7cc
commit
5ae4975c65
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue