summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-04-11 17:40:23 +0200
committerwm4 <wm4@nowhere>2013-04-20 23:28:21 +0200
commitc4e43aaf896ac2267f8f2c10c8c37c3cb565f640 (patch)
tree33a9321e325d5256f51af65c46d826c3420e84f0 /.gitignore
parent6d66a547a4575862048793ff0c82fe3db27c8a1b (diff)
downloadmpv-c4e43aaf896ac2267f8f2c10c8c37c3cb565f640.tar.bz2
mpv-c4e43aaf896ac2267f8f2c10c8c37c3cb565f640.tar.xz
demux_mkv: use normal index data structure even for incomplete files
Incomplete files don't have a valid index, because the index is usually located near the end of a file. In this case, an index is created on the fly during demuxing, or when seeks are done. This used a completely different code path, which leads to unnecessary complications and code duplication. Use the normal index data structure instead. The seeking code at the end of seek_creating_index() (in this commit renamed to create_index_until()) is removed. The normal seek code does the same thing instead.
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions