]> git.sesse.net Git - vlc/commit
avdemux: tell avformat that input is stream
authorIlkka Ollakka <ileoo@videolan.org>
Thu, 20 May 2010 10:11:30 +0000 (13:11 +0300)
committerIlkka Ollakka <ileoo@videolan.org>
Thu, 20 May 2010 10:13:29 +0000 (13:13 +0300)
commitb85d3a07e9a1977416bed98a5e45cb68e30a31e1
tree6b182c5d7e1447590f6107dfea2e33e8bd67f01c
parent2c3b8946fa62d7b127f96615e8021b0b7bd48e33
avdemux: tell avformat that input is stream

Thisways find_stream_info() doesn't get stuck with some http-streams (like
http://bglive-a.bitgravity.com/twit/live/high ) when trying to seek. Fix #3080
modules/demux/avformat/demux.c