10l, missing playback_speed argument in mp_msg call.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13743 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2004-10-23 18:40:25 +00:00
parent 941fa2881c
commit 40a4d2586c
1 changed files with 1 additions and 0 deletions

View File

@ -2110,6 +2110,7 @@ if(!sh_video) {
,hhmmssf
,(sh_audio->delay>0.5)?100.0*audio_time_usage/(double)sh_audio->delay:0
,cache_fill_status
,playback_speed
);
}
if(d_audio->eof) eof = PT_NEXT_ENTRY;