summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-29 21:42:51 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-29 21:42:51 +0000
commitc81e374ce12675ef68e7aa75ec759ac13fc4087d (patch)
treec01432eb913d402910ee4d2529b2b094baba8f20 /mplayer.c
parent8d79536625db917ff8527f51d2b0827ceb06216b (diff)
downloadmpv-c81e374ce12675ef68e7aa75ec759ac13fc4087d.tar.bz2
mpv-c81e374ce12675ef68e7aa75ec759ac13fc4087d.tar.xz
1000l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10719 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mplayer.c b/mplayer.c
index d661f5a3bc..a2ec333642 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -3572,7 +3572,7 @@ if(vo_config_count && vo_spudec) {
len = vobsub_get_packet(vo_vobsub,sh_video->pts+sub_delay+next_frame_time,(void**)&packet,&timestamp);
if(len > 0) {
timestamp -= (sh_video->pts + sub_delay - sh_video->timer)*90000;
- mp_dbg(MSGT_CPLAYER,MSGL_V,"\rVOB sub: len=%d v_pts=%5.3f v_timer=%5.3f sub=%5.3f ts=%d \n",len,sh_video->pts,sh_video->timer,timestamp / 90000.0);
+ mp_dbg(MSGT_CPLAYER,MSGL_V,"\rVOB sub: len=%d v_pts=%5.3f v_timer=%5.3f sub=%5.3f ts=%d \n",len,sh_video->pts,sh_video->timer,timestamp / 90000.0,timestamp);
}
}
} else {