1
mirror of https://github.com/mpv-player/mpv synced 2024-10-22 08:51:57 +02:00

small cosmetics fix

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1407 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-07-28 22:08:38 +00:00
parent f3e42c12a3
commit 8a15c3ee87

View File

@ -1511,6 +1511,8 @@ if(1)
printf("== drop: %d == \n",frame_dropping);
break;
}
} // keyboard event handler
if (seek_to_sec) {
int a,b; float d;
@ -1554,8 +1556,6 @@ if(1)
}
rel_seek_secs=0;
} // keyboard event handler
//================= Update OSD ====================
{ if(osd_level>=2){
int pts=d_video->pts;