diff options
author | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2010-11-13 15:32:42 +0200 |
---|---|---|
committer | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2010-11-13 15:34:02 +0200 |
commit | 1a336d6616c92c7e3a73500f6b4bb7b95e1268c2 (patch) | |
tree | b3e464e11deccfdc203613033bac63e847aca5a8 | |
parent | b6b3f5ed092f602870bd1846e966176219b1fd8c (diff) |
demux_nsv: don't write to sh_video->pts
-rw-r--r-- | libmpdemux/demux_nsv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpdemux/demux_nsv.c b/libmpdemux/demux_nsv.c index a5257ef083..b9c6a0fc17 100644 --- a/libmpdemux/demux_nsv.c +++ b/libmpdemux/demux_nsv.c @@ -95,7 +95,7 @@ static int demux_nsv_fill_buffer ( demuxer_t *demuxer, demux_stream_t *ds ) } if (sh_video) - sh_video->pts = priv->v_pts =demuxer->video->pts= priv->video_pack_no * + priv->v_pts =demuxer->video->pts= priv->video_pack_no * (float)sh_video->frametime; else priv->v_pts = priv->video_pack_no; |