mirror of
https://github.com/mpv-player/mpv
synced 2024-11-03 03:19:24 +01:00
1l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8466 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
c758807e5b
commit
521edee4c8
@ -1173,7 +1173,7 @@ if(sh_audio && !demuxer2){
|
||||
mux_v->timer, decoded_frameno, (int)(p*100),
|
||||
(t>1) ? (int)(decoded_frameno/t+0.5) : 0,
|
||||
(p>0.001) ? (int)((t/p-t)/60) : 0,
|
||||
(p>0.001) ? (int)(ftell(muxer_f)/p/1024/1024) : 0,
|
||||
(p>0.001) ? (int)(ftello(muxer_f)/p/1024/1024) : 0,
|
||||
v_pts_corr,
|
||||
(mux_v->timer>1) ? (int)(mux_v->size/mux_v->timer/125) : 0,
|
||||
(mux_a && mux_a->timer>1) ? (int)(mux_a->size/mux_a->timer/125) : 0
|
||||
|
Loading…
Reference in New Issue
Block a user