asf: only set index_read if the index contained entries.
authorRonald S. Bultje <rsbultje@gmail.com>
Wed, 28 Mar 2012 17:22:25 +0000 (10:22 -0700)
committerRonald S. Bultje <rsbultje@gmail.com>
Wed, 28 Mar 2012 17:22:25 +0000 (10:22 -0700)
commit44257ef4267f01dd698c8ab8abf50fd77136a8ce
tree0d1356cda301c00d3bb4c1f7bc5f52f040d04fe9
parenta940198130de3ab0c50d832bf7a27a70cfed11cc
asf: only set index_read if the index contained entries.

This allows falling back to a binary search if the file contains no
index, thus fixing seeking in such files (e.g. luckynight.wma).
libavformat/asfdec.c