]> git.sesse.net Git - vlc/commit
mp4: require can_fastseek for mp4-demuxer
authorIlkka Ollakka <ileoo@videolan.org>
Wed, 4 Aug 2010 11:48:28 +0000 (14:48 +0300)
committerIlkka Ollakka <ileoo@videolan.org>
Wed, 4 Aug 2010 11:48:28 +0000 (14:48 +0300)
commit45f7ca3d6cff34b10f2cf314c15fca9066e8ccf8
treee6b08f8c7863158924b697cc3b713147d145ddc2
parent86cf130e6fdf90afe4c04ec22f5736d2a6aa49ef
mp4: require can_fastseek for mp4-demuxer

As it works fine over http if mp4-files are done with mp4box -tight or similar way,
in most cases mp4-files aren't done like that and avformat works much better in those
cases (don't need to seek so much).
modules/demux/mp4/mp4.c