OSDN Git Service

matroskadec: full seeking support in index-less files
authorAurelien Jacobs <aurel@gnuage.org>
Mon, 25 Aug 2008 00:15:49 +0000 (00:15 +0000)
committerAurelien Jacobs <aurel@gnuage.org>
Mon, 25 Aug 2008 00:15:49 +0000 (00:15 +0000)
commit0f646a2233fed90fe9c2c403805b889eb840f3df
tree93e8a41a316ad90a7ee785bdb3398c83fecd4539
parentffc2b3412c8e18edf8f57e0469099b9817f1ab54
matroskadec: full seeking support in index-less files
when trying to seek past the last index entry, just parse more clusters to add them to the index, until an index entry match the desired position

Originally committed as revision 14959 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/matroskadec.c