Subtitle sync with 'z' and 'x'

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@940 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
laaz 2001-06-01 23:45:04 +00:00
parent 4ced3916f2
commit 5a56b3260b
1 changed files with 6 additions and 0 deletions

View File

@ -2125,6 +2125,12 @@ switch(sh_video->codec->driver){
case 'o': // toggle OSD
osd_level=(osd_level+1)%3;
break;
case 'z':
sub_delay -= 0.1;
break;
case 'x':
sub_delay += 0.1;
break;
case '*':
case '/': {
int mixer_l=0; int mixer_r=0;