demux_demuxers: initialize stream_pts to MP_NOPTS_VALUE
commit82cd2f7aecef6594f1aea15251b547365bebb183
authorUoti Urpala <uau@glyph.nonexistent.invalid>
Mon, 8 Nov 2010 00:02:21 +0000 (8 02:02 +0200)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Mon, 8 Nov 2010 16:05:12 +0000 (8 18:05 +0200)
treeca875365db90123a38e3c36ad7f3950a765a3da3
parent9a663ffec62720931f34ae2742a32652d1de5f8e
demux_demuxers: initialize stream_pts to MP_NOPTS_VALUE

demux_demuxers doesn't run the normal demuxer.c initialization for new
demuxers. Initialize stream_pts separately (it won't ever be changed
with the current implementation). This at least avoids other code
assuming it was set properly.
libmpdemux/demux_demuxers.c