remove outdated comment

Originally committed as revision 8370 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Aurelien Jacobs 18 years ago
parent 2b1785b7cc
commit 5ae4975c65
  1. 1
      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;

Loading…
Cancel
Save