diff options
author | Aurelien Jacobs <aurel@gnuage.org> | 2007-03-13 00:21:19 +0000 |
---|---|---|
committer | Aurelien Jacobs <aurel@gnuage.org> | 2007-03-13 00:21:19 +0000 |
commit | 5ae4975c652c0ae11bfa79522380022e5a742148 (patch) | |
tree | 054086bb4258cf35591eefdc907ea153bd4c6129 | |
parent | 2b1785b7ccfe49130df75b381bf9536c69e8565a (diff) | |
download | ffmpeg-5ae4975c652c0ae11bfa79522380022e5a742148.tar.gz |
remove outdated comment
Originally committed as revision 8370 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavformat/matroska.c | 1 |
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; |