demux_nsv: don't write to sh_video->pts

This commit is contained in:
Uoti Urpala 2010-11-13 15:32:42 +02:00
parent b6b3f5ed09
commit 1a336d6616
1 changed files with 1 additions and 1 deletions

View File

@ -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;