Call av_find_stream_info() immediately after opening an input file.
commit269aac537f31404d235a0638ede203c30bbafc8f
authorlucabe <lucabe@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 20 Aug 2007 07:17:39 +0000 (20 07:17 +0000)
committerlucabe <lucabe@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 20 Aug 2007 07:17:39 +0000 (20 07:17 +0000)
tree6b297ee5fd7bf4b6434fe86ad6861cde30c374fe
parente189dded627478997d9746332a7b6a035ee33eec
Call av_find_stream_info() immediately after opening an input file.
Needed to avoid reading the same TS two times at the beginning of the
file (whic resulted in an "error, non monotone timestamps..." when
streaming RTP from a file)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10148 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
ffserver.c