CVS: main mplayer.c,1.394,1.395
17 Feb
2002
17 Feb
'02
4:25 a.m.
Update of /cvsroot/mplayer/main In directory mplayer:/var/tmp.root/cvs-serv8892/main Modified Files: mplayer.c Log Message: Screenshot on the fly Index: mplayer.c =================================================================== RCS file: /cvsroot/mplayer/main/mplayer.c,v retrieving revision 1.394 retrieving revision 1.395 diff -u -r1.394 -r1.395 --- mplayer.c 17 Feb 2002 01:07:45 -0000 1.394 +++ mplayer.c 17 Feb 2002 09:25:03 -0000 1.395 @@ -2197,6 +2197,13 @@ printf("ABS seek to %5.3f \n",rel_seek_secs); break; #else +#ifndef USE_LIBVO2 + /* User wants to have screen shot */ + case 'S': + case 's': + video_out->control(VOCTRL_SCREENSHOT, NULL); + break; +#endif // Contrast: case '1': case '2':
8668
Age (days ago)
8668
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nick Kurshev