changeset 13742:ea5640a93a13

10l, missing playback_speed argument in mp_msg call.
author reimar
date Sat, 23 Oct 2004 18:40:25 +0000
parents f7d95487255b
children 5a999bdc0534
files mplayer.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mplayer.c	Sat Oct 23 18:26:04 2004 +0000
+++ b/mplayer.c	Sat Oct 23 18:40:25 2004 +0000
@@ -2110,6 +2110,7 @@
 		    ,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;